@extends('admin.layouts.master') @section('title') @lang('messages.view_all_contacts') @endsection @section('styles') @endsection @section('page_header')

@lang('messages.view_all_contacts')

@endsection @section('content')

{{$contact->created_at->format('Y-m-d g:i A')}}
@lang('messages.name'): {{$contact->name}}
@lang('messages.phone'): {{$contact->phone}}
@lang('messages.From'): {{$contact->email}}
@lang('messages.message')

{{$contact->message}}


@lang('messages.reply_on_message')

{{$contact->reply ? $contact->reply : '---'}}


@if(!$contact->reply)
@csrf
Generic placeholder image
@endif
@endsection @section('scripts') @endsection