@if ($this->cart) @if ($lines)
    @foreach ($lines as $index => $line)
  • {{ $line['description'] }}

    {{ $line['identifier'] }} / {{ $line['options'] }}

    @ {{ $line['unit_price'] }}

    @if ($errors->get('lines.' . $index . '.quantity')) @endif
  • @endforeach
@else

Votre panier est vide

@endif
Sous-total
{{ $this->cart->subTotal->formatted() }}
@else

Votre panier est vide

@endif
@if ($this->cart)
Payer
@endif