@extends('backEnd.layouts.master') @section('title', 'Customer Support Inbox') @push('styles') @endpush @section('content')
| Customer | Channel | Status | Timer | Moderator | Last Message | |
|---|---|---|---|---|---|---|
|
{{ $conv->customer->display_name }}
@if($conv->customer->priority === 'vip')
VIP
@elseif($conv->customer->priority === 'blocked')
Blocked
@endif
|
{{ ucfirst($conv->channel) }} | {{ str_replace('_', ' ', $conv->status) }} | {{ \App\Services\ResponseColorService::label($seconds) }} | {{ $conv->moderator?->name ?: '—' }} | {{ optional($conv->latestMessage)->content ? \Illuminate\Support\Str::limit($conv->latestMessage->content, 40) : '—' }} | Open |
| No conversations yet. | ||||||