@extends('dashboard.layouts.base') @section('content')

رسائل اتصل بنا

@forelse ($contacts as $index => $contact) @empty @endforelse
# البريد الإلكتروني العنوان الوصف المستخدم رقم الهاتف تاريخ الإرسال العمليات
{{ $contacts->firstItem() + $index }} {{ $contact->email }} {{ $contact->title }} {{ $contact->description }} @if($contact->user)
{{ $contact->user->name }}
@else - @endif
{{ $contact->user?->phone ?? '-' }} {{ $contact->created_at?->format('Y-m-d H:i') ?? '-' }}
@csrf @method('DELETE')
لا توجد رسائل
{{ $contacts->links() }}
@endsection