Your ROOT_URL in app.ini is http://167.99.32.63:3000/ but you are visiting http://167.99.32.63/ibrahim/BAGETWEBPANEL/blame/branch/KARATAS/resources/views/admin-views/report/partials/_day_table.blade.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

15 lines
523 B

2 years ago
<tr scope="row">
<td >{{1}}</td>
<td><a href="{{route('admin.order.details',$ot['order_id'])}}">{{$ot['order_id']}}</a></td>
<td>{{$ot['order_amount']}}</td>
<td>{{$ot['restaurant_amount'] - $ot['tax']}}</td>
<td>{{$ot['admin_commission']}}</td>
<td>{{$ot['delivery_charge']}}</td>
<td>{{$ot['delivery_fee_comission']}}</td>
<td>{{$ot['tax']}}</td>
<td class="text-capitalize">{{$ot['received_by']}}</td>
<td>{{$ot['created_at']->format('Y/m/d '.config('timeformat'))}}</td>
</tr>