@extends('backend.layouts.app') @section('title') Liên hệ @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Liên hệ'])
@include('backend.components.notification')
@foreach($contacts as $contact) @endforeach
Ngày nhận Subject Name Phone Email Message Hoạt động
{{ $contact->created_at }} {{ $contact->subject }} {{ $contact->name }} {{ $contact->phone }} {{ $contact->email }} @include('backend.components.button.delete', ['route' => route('contact.delete'), 'id' => $contact->id])

{{ $contacts->links() }}
@endsection @push('js') @endpush