@extends('layouts.app') @section('title', 'الشكاوى والمقترحات') @section('content')
| الاسم | الموبايل | الرسالة | الملف | التاريخ | التفاصيل |
|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->mobile }} | {{ \Illuminate\Support\Str::limit($item->message, 50) }} | @if($item->file_path) عرض الملف @else --- @endif | {{ $item->created_at->format('Y-m-d') }} | عرض |