feat: add PanelSetting to the dash panel
This commit is contained in:
8
resources/views/filament/pages/panel-settings.blade.php
Normal file
8
resources/views/filament/pages/panel-settings.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user