@extends('layout.app') @section('content')
@foreach ($token as $r) @endforeach
Token Token Category Token Code Description Username Reported By Contact Address Assign To Created by Created by Client Status Remarks
{{ $r->token }} {{ $r->tokenCategory }} {{ $r->tokenCode }} {{ $r->description }} {{ $r->userid }} {{ $r->reportedBy }} {{ $r->reporterContact }} Flat No: {{ $r->flat_no}}, Building: {{$r->building_name}}, Road: {{$r->road_no}}, Sector: {{$r->block_sector}}, Area: {{ $r->area }} {{ $r->name }} {{ $r->username }} {{ $r->createByClient }} @if ($r->status == 'Active') Not Done @else Done @endif {{ $r->remarks }}
{{-- {{ $employees->links() }} --}}
@endsection @section('ajax') @endsection