{{ __('Contact Message Details') }}
Message Details
{{ $contact->f_name }} {{ $contact->l_name }}
@if($contact->phone) {{ $contact->phone }} @else Not provided @endif
@if($contact->subject) {{ $contact->subject }} @else No subject @endif
{{ $contact->order_id }}
Additional Information
{{ $contact->created_at->format('F d, Y \a\t H:i A') }}
{{ $contact->updated_at->format('F d, Y \a\t H:i A') }}