@extends('layouts.back-end.app') @section('title', translate('contact_View')) @section('content')

{{translate('message_view')}}

{{translate('user_details')}}
@csrf
@if($contact->seen==0) @else @endif
{{$contact->subject}} @if($contact->seen==1) @else @endif
{{translate('name')}}: {{$contact['name']}}
{{translate('mobile_no')}}: {{$contact['mobile_number']}}
{{translate('email')}}: {{$contact['email']}}
{{translate('message_Log')}}
{{ $contact->name }}
{{translate('subject')}}:
{{$contact->subject}}
{{translate('message')}}:
{{$contact->message}}
{{translate('admin')}}
@if($contact['reply']!=null) @php($data=json_decode($contact['reply'],true))
{{translate('subject')}}:
{{$data['subject']}}
{{translate('message')}}:
{{$data['body']}}
@else @endif

{{translate('send_Mail')}}