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.
		
		
		
		
			
				
					11 lines
				
				568 B
			
		
		
			
		
	
	
					11 lines
				
				568 B
			| 
								 
											2 years ago
										 
									 | 
							
								@foreach($provide_dm_earning as $k=>$at)
							 | 
						||
| 
								 | 
							
								<tr>
							 | 
						||
| 
								 | 
							
								    <td scope="row">{{$k+1}}</td>
							 | 
						||
| 
								 | 
							
								    <td>@if($at->delivery_man)<a href="{{route('admin.delivery-man.preview', $at->delivery_man_id)}}">{{$at->delivery_man->f_name.' '.$at->delivery_man->l_name}}</a> @else <label class="text-capitalize text-danger">{{translate('messages.deliveryman')}} {{translate('messages.deleted')}}</label> @endif </td>
							 | 
						||
| 
								 | 
							
								    <td>{{$at->created_at->format('Y-m-d '.config('timeformat'))}}</td>
							 | 
						||
| 
								 | 
							
								    <td>{{$at['amount']}}</td>
							 | 
						||
| 
								 | 
							
								    <td>{{$at['method']}}</td>
							 | 
						||
| 
								 | 
							
								    <td>{{$at['ref']}}</td>
							 | 
						||
| 
								 | 
							
								</tr>
							 | 
						||
| 
								 | 
							
								@endforeach
							 |