@extends('admin.layouts.master') @section('title', 'الرسائل') @section('css') @include('admin.layouts.css') @endsection @section('body')
| # | الاسم | البريد الإلكتروني | الموضوع | الرسالة | ملاحظات | الإجراءات |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ Str::limit($contact->message, 30) }} | {{ $contact->notes ?? '-' }} |