@extends('Shop.layout.layout', [
'title' => __('Commande'),
])
@section('content')
Déja client ?
@include('Shop.auth.partials.login')
@include('Shop.auth.partials.register')
@include('Shop.Baskets.partials.basketTotal')
@endsection
@push('js')
@endpush