@lang('user.all_chats')
@lang('user.contact') | @lang('admin.business_name') | @lang('user.assigned_to') | @lang('user.tags') | @lang('user.last_message_date') | |
---|---|---|---|---|---|
{{ $conversation->contact->name }}
{{ $conversation->contact->mobile }} |
{{ $conversation->business->name }} | @if ($conversation->is_unread) {{ $conversation->unread_count }} @else @endif |
@if ($conversation->assignedTo)
|
@foreach ($conversation->contact->tags()->get() as $tag) {{ $tag->name }} @endforeach | {{ $conversation->last_message_datetime->format('d M y h:i A') ?? '' }} |