{{-- Form Section --}}
{{ $this->form }}
{{-- Livewire Component (Invoice Table) --}}
{{-- Actions --}}
@foreach ($this->getFormActions() as $action) {{ $action }} @endforeach