@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); @endphp

{{ __('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

@if($contact->order_id)

{{ $contact->order_id }}

@endif
@if($contact->message) {{ $contact->message }} @else No message provided @endif
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') }}

@if($contact->file_path)
@endif