選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>