Added GuardPatrolEntry Dashboard and Added masters with transaction Policy

This commit is contained in:
dhanabalan
2025-06-23 18:57:05 +05:30
parent ecf6d494de
commit 19510d8348
8 changed files with 1149 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<x-filament-panels::page>
<div class="space-y-4">
{{-- Render the Select form fields --}}
<div class="space-y-4">
{{ $this->filtersForm($this->form) }}
</div>
<div class="bg-white shadow rounded-xl p-4 mt-6">
<livewire:guard-patrol-entry-data-table />
{{-- @livewire(\App\Filament\Widgets\InvoiceChart::class) --}}
</div>
</div>
</x-filament-panels::page>