simedkom/resources/views/filament/pages/company.blade.php

12 lines
279 B
PHP

<x-filament-panels::page>
<form wire:submit.prevent="save">
{{ $this->form }}
@if (!$this->isVerificationStage)
<div class="mt-6">
{{ $this->saveAction() }}
</div>
@endif
</form>
</x-filament-panels::page>