| {{$loop->iteration }} |
{{ $chat->mobile ? $chat->mobile : 'NA' }} |
{{ $chat->email ? $chat->email : 'NA' }} |
{{$chat->message }} |
@hasanyrole('Super Admin|Admin')
{{ $chat->status }}
@if($chat->admin)
(Assigned To - {{$chat->admin->first_name}})
@endif
@else
@endhasrole
|
{{$chat->remark }} |
@hasanyrole('Super Admin|Admin')
@endhasrole
|
@endforeach