@extends('web.layouts.app') @push('styles') @endpush @section('content')
@lang('user.contact') | @lang('user.assigned_to') | @lang('user.tags') | @lang('user.last_message_date') | @lang('user.actions') | ||
---|---|---|---|---|---|---|
{{ $conversation->contact->name }}
{{ $conversation->contact->mobile }} |
is_unread) style="display: none;" @endif> |
@if ($conversation->assignedTo)
|
@foreach ($conversation->contact->tags()->get() as $tag) {{ $tag->name }} @endforeach | {{ $conversation->last_message_datetime ? $conversation->last_message_datetime->format('d M y h:i A') : '' }} | @if ($conversation->contact->channel == 1) @endif @if($conversation->assignment_status != '2') @endif |