Fix on addresses
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user