@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 !!}×{!! $cartItem->qty !!} = {{ $cartItem->subtotal }} {{ __('EGP') }}