@extends('admin.layouts.master') @section('title', 'Order') @section('content')
| Sl.No | Order Id | Price | Return | Deliveryboy | Status | Action |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{ $val->orderId}} @php echo date('h:i A, d M', strtotime($val->created_at)) @endphp |
{{ $val->totalPrice}} | {{ $val->return_price}} | {{ $val->deliveryboy}} | {{ $val->orderStatus}} |
@if($val->is_cash_receive==0) @if(Auth::user()->role==7) Approve @endif @else Received @endif |