Feat: Adds multi currency support (#88)
This commit is contained in:
@@ -7,7 +7,13 @@
|
||||
|
||||
<x-section-border hide-on-mobile />
|
||||
@endif
|
||||
|
||||
<div class="mt-10 sm:mt-0">
|
||||
@livewire('localization-form')
|
||||
</div>
|
||||
|
||||
<x-section-border hide-on-mobile />
|
||||
|
||||
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
|
||||
<div class="mt-10 sm:mt-0">
|
||||
@livewire('profile.update-password-form')
|
||||
|
||||
Reference in New Issue
Block a user