@if(empty($lines))

Your cart is empty

Add products from the catalog to continue.

@else
@foreach($lines as $row) @php $p = $row['product']; @endphp
{{ $p->name }} @if(!empty($row['variant']))

{{ $row['variant']->name }}

@endif
{{ $row['qty'] }}
{{ $row['qty'] }} x {{ format_currency($row['unit']) }} {{ format_currency($row['line']) }}
@endforeach
@endif