@extends('layouts.app') @section('title', 'Chat — ' . $chatThread->order->order_id) @section('header-left')
@endsection @section('content'){{ $msg->file_name }}
{{ strtoupper($msg->file_type ?? 'file') }}
{{ $msg->file_name }}
{{ strtoupper($msg->file_type ?? 'file') }}
This chat thread is {{ $chatThread->status }}.