@php Fun::lang(); $branch = mainBranch(); @endphp
|
{{$branch->name}} |
---|
{{__('auth.no_')}} | {{__('auth.reference_number')}} | {{__('auth.delivery_date')}} | {{__('auth.customer')}} | {{__('auth.contact')}} | {{__('auth.delivery_fee')}} |
---|---|---|---|---|---|
{{$loop->iteration}} | {{$item->reference_number}} | {{$item->delivery_date}} | {{$item->name}} | {{$item->contact}} | $ {{str_replace('$','',Fun::showDeliveryFee($item->delivery_fee??0,$item->delivery_fee_status))}} |
{{__('auth.total')}} | $ {{number_format($total,2)}} |