@extends('Shop.layout.layout', [ 'title' => __('Commande'), ]) @section('content')
@if (App\Repositories\Shop\Customers::isNotConnected())

Déja client ?

@include('Shop.auth.partials.login') @include('Shop.auth.partials.register') @else {{ Form::open(['route' => 'Shop.Orders.store', 'id' => 'order-form', 'autocomplete' => 'off']) }} @include('Shop.Orders.partials.registered') {!! Form::close() !!} @endif
@if ($basket['count'])
@include('Shop.Baskets.partials.basketTotal')
@endif
@endsection @include('load.layout.chevron') @push('js') @endpush