@lang('report.details'):
@lang('dishes.NameArabic')
{{ $dish->name_ar }}
@lang('dishes.NameEnglish')
{{ $dish->name_en }}
@lang('dishes.DescriptionArabic')
@lang('dishes.DescriptionEnglish')
{{ $dish->description_en }}
@lang('dishes.Category')
{{ $dish->dishCategory ? (app()->getLocale() == 'en' ? $dish->dishCategory->name_en : $dish->dishCategory->name_ar) : 'N/A' }}
@lang('dishes.Cuisine')
{{ $dish->cuisine ? (app()->getLocale() == 'en' ? $dish->cuisine->name_en : $dish->cuisine->name_ar) : 'N/A' }}
@lang('dishes.Price')
{{ $dish->base_price ?? '-' }}
@lang('dishes.Image')
Invoice ID :
#SPK120219890
Date Issued :
29,Nov 2022 - 12:42PM
Due Date :
29,Dec 2022
Due Amount :
$2,570.42
| @lang('branch.id') | @lang('branch.ArabicName') | @lang('branch.EnglishName') | @lang('order.currency_symbol') | @lang('branch.Address') | @lang('order.size') | @lang('order.price') | @lang('order.order_addons') | @lang('order.quantity') | @lang('order.total_before_tax') | @lang('order.total_after_tax') | @lang('order.tax_value') | @lang('order.note') | @lang('order.total') | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $branch->name_ar }} | {{ $branch->name_en }} | {{ $branch->currency_symbol }} | {{ app()->getLocale() == 'en' ? $branch->address_en : $branch->address_ar }} | {{--@php $detail = $order['details']->firstWhere('branch_id', $branch->branch_id); @endphp {{ $detail ? $detail->size_name_ar : 'N/A' }} | --}}{{ app()->getLocale() == 'en' ? $branch->size_name_en : $branch->size_name_ar }} | {{--{{ $branch->size_name_ar}} | --}} {{--{{ $branch->dish_size_price}} | --}}{{ $branch->dish_price ?? '-' }} | {{ $branch->addon_names }} | {{ $branch->quantity }} | {{--{{ $detail->quantity }} | --}}{{ $branch->price_befor_tax }} | {{ $branch->price_after_tax }} | {{ $branch->tax_value }} | {{ $branch->note }} | {{-- @if ($branch->tax_apply == 1) --}} {{-- @if ($branch->tax_application == 1) --}} {{ $branch->price_after_tax }} {{-- @else {{ $branch->price_after_tax }} @endif @else {{ $branch->price_after_tax }} @endif --}} |