@extends('layout.app') @section('content')

Customer Info

Client Name : {{$token->clients->clientsinfo->clients_name ?? "Name yet to Add "}}
User Id : {{$token->clients->userid }}
Pop : {{$token->clients->pop->popname }}
Reporter Contact No : {{$token->reporterContact }}

Token Info

Token Code : {{$token->Code->tokenCode}}
Token Category : {{$token->category->tokenCategory }}
Token Description : {{$token->description }}
Assign To : {{$token->employees->name }}
Assign Time : {{$token->assign_time }}
Close Time : {{$token->close_time }}

Token Notes

@foreach ($token->notes as $note) @endforeach
Created At Created By Not for Notes
{{$note->created_at }} {{$note->user->name }} {{$note->note_type }} {{$note->note }}
@endsection