@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @php $breadcrumbItems = [ ['label' => 'Liên hệ', 'url' => route('admin.contact.index')], ['label' => 'Chi tiết liên hệ'] ]; @endphp @push('css') @endpush @section('content') @include('layouts.header')
Tên: {{ $contact->full_name }}
Email: {{ $contact->email }}
Số điện thoại: {{ $contact->phone }}
Nội dung:
Trạng thái: {{ $contact->getStatusText() }}
Người phản hồi: {{ $reply->admin_name }}
Thời gian: {{ \Carbon\Carbon::parse($reply->reply_date)->format('H:i d/m/Y') }}
Nội dung: