@php $items = $getRecord()->cart_items ?? []; @endphp @if(empty($items))
{{ __('admin.payments.no_items') }}
| {{ __('admin.payments.fields.item_image') }} | {{ __('admin.payments.fields.item_name') }} | {{ __('admin.payments.fields.item_qty') }} | {{ __('admin.payments.fields.item_price') }} | {{ __('admin.payments.fields.item_total') }} |
|---|---|---|---|---|
|
@if($image)
|
{{ $name }}
@if($mealType || $calories)
@if($mealType){{ ucfirst($mealType) }}@endif
@if($mealType && $calories) · @endif
@if($calories){{ $calories }} kcal @endif
@endif
|
{{ $qty }} | {{ number_format($price, 2) }} SAR | {{ number_format($lineTotal, 2) }} SAR |