@csrf
@lang('global.category') | @lang('global.quantity') | @lang('global.unit_price') | @lang('global.total_price') |
---|---|---|---|
{{ $meal['title'][$locale] }} | {{ $meal['quantity'] }} | {{ $meal['price'] }} SAR | {{ number_format($meal['price'] * $meal['quantity'],2) }} SAR |