@extends('layouts.pages') @section('page') @include('layouts._partials.liens')

{{ __('shopcart.title') }}

@forelse ($products as $p)
  • @if(config('website.drive') == 1 && $p['drive'] == 1) Disponible au click & drive. @endif

    {{ $p->name }}

    @if($p->code)
    {{ __('product.reference') }} : {{ $p->code }}
    @endif {{ __('product.conditioning') }} : {{ $p->conditioning }} unité@if($p->conditioning)s @endif @if($p->description_short)

    {{ $p->description_short }}

    @endif
    @php($productPrice = App\Http\Controllers\Products\ProductsRulesController::price($p->id)*$p->conditioning) @foreach ([25, 10, 5, 1] as $amount) {{ $amount }} @endforeach - + @foreach ([1, 5, 10, 25] as $amount) {{ $amount }} @endforeach
    @php($productPrice = App\Http\Controllers\Products\ProductsRulesController::price($p->id)*$p->conditioning) @foreach ([25, 10, 5, 1] as $amount) {{ $amount }} @endforeach
    - +
    @foreach ([1, 5, 10, 25] as $amount) {{ $amount }} @endforeach
    {{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id), 3, ',', ' ') }} € / HT
    Soit @if($p->conditioning) {{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id)*$p->conditioning, 3, ',', ' ') }} € / HT @else {{ number_format(App\Http\Controllers\Products\ProductsRulesController::price($p->id), 3, ',', ' ') }} € / HT @endif
    0 / 120
    @empty
    Votre panier est vide..
    @endforelse

    Commentaire sur la commande

    0 / 110
    isEmpty()) disabled @endif/>

    Mode de paiement

    @if(config('website.monetico_enabled') == 1) @endif

    Résumé des commandes

    Sous total HT
    {{ $total }}

    Total
    {{ $total }}
    isEmpty()) disabled @endif> @if($time)
    Vous avez passé une commande il y a moins de 5 mins, vous devez attendre .
    @endif
    @endsection