- crud with custom page - create model and migration for database schema - custom view - company relation from User model
10 lines
250 B
PHP
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>
|