Communication regarding order
#{{ $order->quote_number ?: $order->order_number }}
Customer: {{ $order->customer_name }} ·
Status: {{ $order->status_label }}
@forelse($messages as $msg)
@empty
@endforelse
{{ $msg->body }}
@if($msg->attachment_path)
{{ $msg->attachment_name ?: 'Attachment' }}
@endif
No messages yet.
Send a message to start the conversation.