@extends('admin.layouts.app') @section('title', 'Quản lý liên hệ') @section('page-title', 'Quản lý liên hệ') @section('content')
| Liên hệ | Chủ đề | Tin nhắn | Trạng thái | Ngày | Hành động |
|---|---|---|---|---|---|
|
{{ $contact->name }}
{{ $contact->email }}
@if($contact->phone)
{{ $contact->phone }}
@endif
|
{{ $contact->subject }} | {{ Str::limit($contact->message, 50) }} | @if($contact->status === 'new') Mới @elseif($contact->status === 'read') Đã đọc @else Đã trả lời @endif | {{ $contact->created_at->format('M d, Y H:i') }} |
Xem
@if($contact->status === 'new')
@endif
|
| Không tìm thấy liên hệ nào. | |||||
{{ Str::limit($contact->message, 100) }}
Không tìm thấy liên hệ nào.