@extends('adminlte::page') @section('title', __('title.detail_message')) @section('content_top_nav_right') @endsection @section('content_header') @stop @section('plugins.Flag', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('content')
{{ __('table.name') }} {{ $contact->name }}
{{ __('table.email') }} {{ $contact->email }}
{{ __('table.subject') }} {{ $contact->subject }}
{{ __('table.message') }} {{ $contact->message }}
{{ __('table.date_&_time') }} {{ $contact->created_at }}
{{ __('button.back') }}
@stop @push('js') @include('layouts.partials._switch_lang') @endpush @section('footer') @include('layouts.partials._footer') @stop