simedkom/resources/views/filament/pages/company.blade.php
Yoga Pangestu 9aa585d8c9 feat(company): implement custom company for 'Perusahaan' role
- crud with custom page
- create model and migration for database schema
- custom view
- company relation from User model
2025-12-04 14:44:46 +07:00

10 lines
250 B
PHP

<x-filament-panels::page>
<form wire:submit="save">
{{ $this->form }}
<div style="margin-top:20px;">
<x-filament::button type="submit">Simpan</x-filament::button>
</div>
</form>
</x-filament-panels::page>