{{$loop->iteration}} |
{{strlen(@$val->customer->address) > 40 ? substr(@$val->customer->address, 0, 35) . '...' : @$val->customer->address}}
|
{{@$val->customer->contact}} |
{{number_format($val->grand_total, 2) .' '.currency($val->currency_id)->code}} |
{{number_format(Fun::adminPayBySaleID($val->id),2).' '.currency($val->currency_id)->code}} |
{!!Fun::showDeliveryFee($val->delivery_fee,$val->delivery_fee_status)!!} |
@php
@endphp
{{number_format(Fun::driverGetCodBySaleID($val->id),2).' '.currency($val->currency_id)->code}} |
|
@endforeach
@endif