@if (isDesktop()) {{ $cartItem->name }} {{ $cartItem->name }} @if ($cartItem->options->has('unit')) {{ $cartItem->options->unit }} {{ ($cartItem->options->has('type') && $cartItem->options->type) ? ' - '.$cartItem->options->type : '' }} @else {{ $cartItem->model->unit->title }} {{ ($cartItem->options->has('type') && $cartItem->options->type) ? ' - '.$cartItem->options->type : '' }} @endif {{ $cartItem->price }} {{ __('EGP') }}
+
-
{!! $cartItem->price !!}×{!! $cartItem->qty !!} = {{ $cartItem->subtotal }} {{ __('EGP') }} @else {{-- {{ $cartItem->name }} --}} {{ $cartItem->name }} @if ($cartItem->options->has('unit')) {{ $cartItem->options->unit }} {{ ($cartItem->options->has('type') && $cartItem->options->type) ? ' - '.$cartItem->options->type : '' }} @else {{ $cartItem->model->unit->title }} {{ ($cartItem->options->has('type') && $cartItem->options->type) ? ' - '.$cartItem->options->type : '' }} @endif
+
-
{{ $cartItem->price }} {{ __('EGP') }} {!! $cartItem->price !!}×{!! $cartItem->qty !!} = {{ $cartItem->subtotal }} @endif