@extends('backEnd.layouts.master') @section('title', 'Website Inquiry Report') @section('content')
| ID | Customer | Phone | Status | Last Message | Assigned | Updated |
|---|---|---|---|---|---|---|
| #WEB-{{ $row->id }} | {{ $row->customer_name ?: 'Website Visitor' }} | {{ $row->customer_phone ?: '—' }} | {{ $row->statusLabel() }} | {{ \Illuminate\Support\Str::limit($row->latestMessage?->content ?? '—', 60) }} | {{ $row->assignedUser?->name ?: '—' }} | {{ $row->last_customer_message_at?->format('d M, h:i A') ?: $row->created_at?->format('d M, h:i A') }} |
| No website inquiries in this range. | ||||||