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.

create-company.blade.php 342B

12345678910
  1. <x-filament-panels::page.simple>
  2. <x-filament-panels::form wire:submit="register">
  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.simple>