TD Partitions

Message Center

Order {{ $order->quote_number ?: $order->order_number }}
@if(auth()->user()->is_admin) ADMIN VIEW @endif
Back to Dashboard
Communication regarding order
#{{ $order->quote_number ?: $order->order_number }}
Customer: {{ $order->customer_name }} · Status: {{ $order->status_label }}
@forelse($messages as $msg)
{{ $msg->is_admin ? 'TD Partitions Team' : ($msg->user->name ?? 'Customer') }} {{ $msg->created_at->format('M d, g:i A') }}
{{ $msg->body }}
@if($msg->attachment_path) {{ $msg->attachment_name ?: 'Attachment' }} @endif
@empty
No messages yet.

Send a message to start the conversation.

@endforelse
Send a Message
@csrf
Both you and the {{ auth()->user()->is_admin ? 'customer' : 'admin' }} will receive an email notification.