@extends('adminlte::page')
@section('title', __('title.detail_message'))
@section('content_top_nav_right')
| {{ __('table.name') }} | {{ $contact->name }} | {{ __('table.email') }} | {{ $contact->email }} |
|---|---|
| {{ __('table.subject') }} | {{ $contact->subject }} |
| {{ __('table.message') }} | {{ $contact->message }} |
| {{ __('table.date_&_time') }} | {{ $contact->created_at }} |