@if (!App\Repositories\Shop\Customers::isConnected())
Déja client ?
@include('Shop.auth.partials.login')
@include('Shop.auth.partials.register')
@endif
{{ Form::open(['route' => 'Shop.Orders.store', 'id' => 'order-form', 'autocomplete' => 'off']) }}
@include('Shop.Orders.partials.addresses')
@include('Shop.Orders.partials.deliveries')
@include('Shop.Orders.partials.payments')
{!! Form::close() !!}