Certificate manager built on Laravel 13, Livewire 4, and Flux. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
5 lines
271 B
PHP
5 lines
271 B
PHP
<div class="relative mb-6 w-full">
|
|
<flux:heading size="xl" level="1">{{ __('Settings') }}</flux:heading>
|
|
<flux:subheading size="lg" class="mb-6">{{ __('Manage your profile and account settings') }}</flux:subheading>
|
|
<flux:separator variant="subtle" />
|
|
</div>
|