@include('deliveryfront.includes.header')
Order
{{$neworder_count}}
{{--tab two start--}}
Return Amount : {{$t_return}}
Total Collection : {{$t_total-$t_return}}
@foreach($totaldorder as $t)
{{date('h:i a', strtotime($t->updated_at))}} {{date('d M y', strtotime($t->delivered_date))}}
View items @php if($t->is_cash_receive == 1){}else{ if($t->orderStatus == 'Cancel' || $t->orderStatus == 'Deleted'){@endphp Cancelled @php }else{ @endphp Edit Payment @php } } @endphp
@endforeach
@include('deliveryfront.includes.footer')