@extends('dashboard.layouts.base') @section('content')
| # | البريد الإلكتروني | العنوان | الوصف | المستخدم | رقم الهاتف | تاريخ الإرسال | العمليات |
|---|---|---|---|---|---|---|---|
| {{ $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') ?? '-' }} | |
| لا توجد رسائل | |||||||