feat: add PanelSetting to the dash panel

This commit is contained in:
idevakk
2025-10-02 19:48:45 +05:30
parent 47c6359663
commit 631143f160
7 changed files with 697 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
<x-filament-panels::page>
<form wire:submit="save" class="fi-page-content">
{{ $this->form }}
<small class="text-success">
Last update: {{ $this->lastUpdatedAt(timezone: 'UTC', format: 'F j, Y, H:i:s') . ' UTC' ?? 'Never' }}
</small>
</form>
</x-filament-panels::page>