@extends('layout.app') @section('content')
| ID | Token | Token Code | Date | Description | Username | Address | Contact | Created By | Created By Client | Assign To |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $r->id }} | {{ $r->token }} | {{ $r->Code->tokenCode ?? '' }} | {{ $r->created_at }} | {{ $r->description }} | {{ $r->clients->userid ?? '' }} |
@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->reporterContact }} | {{ $r->creator->name ?? '' }} | {{ $r->createByClient }} |