Chat Date :- @if(!empty($result['currentDate'])) {{ date('d-M-Y', strtotime( $result['currentDate'])) }} @else {{ $result['dateRange'] }} @endif
Agents | {{$chat->site_name}} |
---|---|
{{ $user->first_name }} {{ $user->last_name }} | @if (array_key_exists($user->user_id, $result['chatData']) && array_key_exists($chat->site_id, $result['chatData'][$user->user_id])) {{$result['chatData'][$user->user_id][$chat->site_id]}} @endif |
Total | @if (array_key_exists($chat->site_id, $result['siteData'])) {{$result['siteData'][$chat->site_id]}} @endif |