@extends('layouts.admin') @section('title', 'Chat — ' . $chatThread->order->order_id) @section('page-title', 'Order ' . $chatThread->order->order_id) @section('content')
{{ $chatThread->user->email }}
{{ $msg->file_name }}
{{ strtoupper($msg->file_type ?? 'file') }}
{{ $msg->file_name }}
{{ strtoupper($msg->file_type ?? 'file') }}
lock This chat thread has been marked as {{ $chatThread->status }} and can no longer receive messages.