-
@foreach (Cart::instance('default')->content() as $item)
-
{!! $item->name !!} @if ($item->options->has('unit')) {{ $item->options->unit }} {{ ($item->options->has('type') && $item->options->type) ? ' - '.$item->options->type : '' }} @endif
{!! $item->qty !!} × {!! $item->price !!} = {{ $item->subtotal }} {{ __('EGP') }}