fix
This commit is contained in:
@@ -27,11 +27,14 @@
|
||||
@push('js')
|
||||
<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
|
||||
Reference in New Issue
Block a user