@extends('web.layouts.app') @push('styles') @if (env('APP_PROJECT') == 'Mora') @endif @endpush @section('content')
| @lang('user.contact') | @lang('user.assigned_to') | @lang('user.tags') | @lang('user.last_message_date') | @lang('user.actions') | ||
|---|---|---|---|---|---|---|
|
|
@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 ? $conversation->last_message_datetime->format('d M y h:i A') : '' }} | @if ($conversation->contact->channel == 1 && (empty($business->expire_date) || !\Carbon\Carbon::parse($business->expire_date)->isPast())) @endif @if($conversation->assignment_status != '2') @endif |