feat: add Website Settings, Imap Settings and Configuration Settings via inerba/filament-db-config

This commit is contained in:
idevakk
2025-11-16 10:56:48 -08:00
parent 4615d384be
commit e3da8cf950
9 changed files with 506 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<x-filament-panels::page>
<form wire:submit="save" class="fi-page-content">
{{ $this->form }}
<div class="mt-6 flex items-end justify-between">
<x-filament::button type="submit">
{{ __('db-config::db-config.save') }}
</x-filament::button>
<small class="text-success">
{{ __('db-config::db-config.last_updated') }}:
{{ $this->lastUpdatedAt(timezone: 'UTC', format: 'F j, Y, H:i:s') . ' UTC' ?? 'Never' }}
</small>
</div>
</form>
</x-filament-panels::page>

View File

@@ -0,0 +1,14 @@
<x-filament-panels::page>
<form wire:submit="save" class="fi-page-content">
{{ $this->form }}
<div class="mt-6 flex items-end justify-between">
<x-filament::button type="submit">
{{ __('db-config::db-config.save') }}
</x-filament::button>
<small class="text-success">
{{ __('db-config::db-config.last_updated') }}:
{{ $this->lastUpdatedAt(timezone: 'UTC', format: 'F j, Y, H:i:s') . ' UTC' ?? 'Never' }}
</small>
</div>
</form>
</x-filament-panels::page>

View File

@@ -0,0 +1,14 @@
<x-filament-panels::page>
<form wire:submit="save" class="fi-page-content">
{{ $this->form }}
<div class="mt-6 flex items-end justify-between">
<x-filament::button type="submit">
{{ __('db-config::db-config.save') }}
</x-filament::button>
<small class="text-success">
{{ __('db-config::db-config.last_updated') }}:
{{ $this->lastUpdatedAt(timezone: 'UTC', format: 'F j, Y, H:i:s') . ' UTC' ?? 'Never' }}
</small>
</div>
</form>
</x-filament-panels::page>