feat(mail): add MailSetting & DynamicMailConfigServiceProvider to load mail config from DB

This commit is contained in:
idevakk
2025-10-02 22:15:02 +05:30
parent 631143f160
commit d3bf62375a
4 changed files with 264 additions and 0 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>