@extends('layouts.app') @section('title', 'تفاصيل الشكوى/المقترح') @section('style') @endsection @section('content')
| الاسم | {{ $item->name }} |
|---|---|
| الموبايل | {{ $item->mobile }} |
| الرسالة | {{ $item->message }} |
| الملف | @if($item->file_path) تحميل الملف @else --- @endif |
| التاريخ | {{ $item->created_at->format('Y-m-d H:i a') }} |