You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					15 lines
				
				523 B
			
		
		
			
		
	
	
					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>
							 | 
						||
| 
								 | 
							
								
							 |