Files
pds/resources/views/filament/pages/production-calender.blade.php
dhanabalan bec1a17970
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Added production calender and blade file
2026-02-19 11:45:30 +05:30

14 lines
198 B
PHP

<x-filament-panels::page>
<div class="space-y-4">
{{-- Render the Select form fields --}}
<div class="space-y-4">
{{ $this->form }}
</div>
</div>
</x-filament-panels::page>