This commit is contained in:
Ludovic CANDELLIER
2022-12-22 18:16:25 +01:00
parent a03befbf44
commit fd1ab5cf04
9 changed files with 111 additions and 30 deletions

View File

@@ -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