ID | Token# | Date | Category | Code | Description | Customer ID | UserName | Customer | Manager | Address | Reporter | Contact | Creator | Creator(Client) | Assigned | Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $r->id }} | {{ $r->token }} | {{ date('d-M-Y g:i: a ', strtotime($r->created_at)) }} | {{ $r->category->tokenCategory ?? '' }} | {{ $r->Code->tokenCode ?? '' }} | {{ $r->description }} | {{ $r->clientId }} | {{ $r->clients->userid ?? '' }} | {{ $r->clients->clientsInfo->clients_name ?? '' }} | {{ $r->clients->pops->reseller->name ?? '' }} |
@if (!empty($r->clients->clientsinfo->flat_no))
Flat No: {{ $r->clients->clientsinfo->flat_no ?? '' }},
@endif
@if (!empty($r->clients->clientsinfo->building_name))
Building Name: {{ $r->clients->clientsinfo->building_name ?? '' }}, |
{{ $r->reportedBy }} | {{ $r->reporterContact }} | {{ $r->creator->name ?? '' }} | {{ $r->createByClient ?? '' }} | {{ $r->employees->name ?? '' }} | @can('delete-token') @endcan |