|
|||||||||
|
# | {!! __('Item title') !!} | {!! __('Quantity') !!} | {!! __('Price') !!} | {!! __('Total') !!} | {!! __('Unit') !!} |
{{ $loop->iteration }} | {{ $item['product_name'] }} | {{ $item['quantity'] }} | {{ $item['unit_price'] }} {!! __('EGP') !!} | {{ $item['row_sub_total'] }} {!! __('EGP') !!} | {{ $item['unit'] }} |
{!! __('Subtotal') !!} | {{ @$sub_total }} {!! __('EGP') !!} | ||||
{{ __('Delivery') }} | {{ @$delivery }} {!! __('EGP') !!} | ||||
{{ __('Order Total') }} | {{ @$sub_total+@$delivery }} {!! __('EGP') !!} |