Fix on addresses

This commit is contained in:
ludo
2023-11-13 00:02:21 +01:00
parent 4ce3d528dd
commit 9f90f983ab
29 changed files with 660 additions and 447 deletions

View File

@@ -1,4 +1,5 @@
<x-card title="Mes coordonnées" class="mb-3 gradient-green1" outline=false classBody="pt-3" tools="<button id='profile_edit' class='btn btn-outline-warning'><i class='fa fa-fw fa-edit'></i></button>">
<x-card title="Mes coordonnées" class="mb-3 gradient-green1" outline=false classBody="pt-3"
tools="<button id='profile_edit' class='btn btn-outline-warning'><i class='fa fa-fw fa-edit'></i></button>">
@if ($customer['company'])
<i class="fa fa-building pr-2"></i>
@@ -28,13 +29,6 @@
<script>
$('#profile_edit').click(function() {
window.location.assign("{{ route('Shop.Customers.edit') }}");
/*
openModal('Modification de vos coordonnées',
'profile-form',
"{{ route('Shop.Customers.modalProfile') }}/",
"{{ route('Shop.Customers.storeProfile') }}",
);
*/
});
</script>
@endpush
@endpush