@extends('backEnd.master') @section('mainContent') @include('backEnd.partials._deleteModalForAjax',['item_name' => __('contactRequest.contact_mail')])

{{ __('contactRequest.contact_mail') }}

{{ __('common.name') }} : {{$contact->name}}
{{ __('common.email') }} : {{$contact->email}}
{{ __('common.message') }} : {{$contact->message}}
@endsection