@extends('layouts.app-admin') @section('content')
| ShopId | Img | Shop Name | Owner Name | Email Id | AreaId | Action |
|---|
| # | Id | Date | Agent | Area | Shop | Amount | Paid | Type | Status | By |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$row->reference }} | @if(empty($row->created_at)) @else {{date('d M, Y h:i:s', strtotime($row->created_at))}} @endif | {{@$row->agentData->name}} | {{@$row->userData->areaData->name}} | {{@$row->userData->id}} - {{@$row->userData->name}} | {{$row->totalAmt-$row->taxAmt}} / {{$row->totalAmt}} |
@if($row->paymentStatus=='cod') N/A @else Paid @endif | {{$row->paymentStatus}} | {{$row->status}} | {{$row->by}} |
| {{$key+1}} | {{$row->reference }} | @if(empty($row->created_at)) @else {{date('d M, Y h:i:s', strtotime($row->created_at))}} @endif | {{@$row->agentData->name}} | {{@$row->userData->areaData->name}} | {{@$row->userData->id}} - {{@$row->userData->name}} | £{{$row->totalAmt-$row->taxAmt}} / £{{$row->totalAmt}} |
@if($row->paymentStatus=='cod') N/A @else Paid @endif | {{$row->paymentStatus}} | {{$row->status}} | {{$row->by}} |