From :
to
Vehicle Purchase Requests
| Sr/No. | Date | Invoice | Party Name | Status | Type | Action |
|---|---|---|---|---|---|---|
| {{$y++}} | {{date('d M Y', strtotime($data->bill_date))}} | {{$data->invoice_number}} | @if(Auth::user()->id==$data->user_id) {{$data->partyname}} @else {{$data->name}} @endif | @if($data->status==1) Approved @elseif($data->status==2) Reject @else Pending @endif | @if(Auth::user()->id==$data->party_id) Receive @else Sent @endif | @if(isset($data->request_items)) @endif |