fixes on login
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
|
||||
<div id="add_address_container" class="green-dark d-none mb-3 mt-3">
|
||||
<x-card classBody="bg-green-dark yellow" title="Nouvelle adresse">
|
||||
@include('components.address', ['prefix' => 'deliveries', 'with_country' => false, 'with_tab' => true])
|
||||
@include('Shop.Customers.partials.address', [
|
||||
'prefix' => 'deliveries',
|
||||
'with_country' => false,
|
||||
'with_tab' => true,
|
||||
'label' => 'Adresse',
|
||||
])
|
||||
</x-card>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user