topnotch_webshop/resources/views/partials/settings-heading.blade.php

6 lines
271 B
PHP
Raw Normal View History

2025-03-25 15:02:34 -04:00
<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>