You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

company-default.blade.php 324B

12345678910
  1. <x-filament-panels::page>
  2. <x-filament-panels::form wire:submit="save">
  3. {{ $this->form }}
  4. <x-filament-panels::form.actions
  5. :actions="$this->getCachedFormActions()"
  6. :full-width="$this->hasFullWidthFormActions()"
  7. />
  8. </x-filament-panels::form>
  9. </x-filament-panels::page>