@extends('backoffice.dashboard') @section('title', 'قائمة الرسائل') @section('content') @if(Auth::check())
| المعرف | المرسل | البريد الإلكتروني | الموضوع | الرسالة | مقروء | التاريخ | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $c->id }} | {{ $c->name }} | {{ $c->email }} | {{ $c->subject ?? '—' }} | @if($c->is_read) @else @endif | {{ optional($c->created_at)->format('Y-m-d H:i') }} | ||
| لا توجد رسائل حالياً. | |||||||