@extends('layouts.app') @section('title', 'تفاصيل الشكوى/المقترح') @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), // __('messages.Website Management') => null, "الشكاوى والمقترحات"=> route('admin.feedback.index'), ], ])
معلومات الشكوى/المقترح
الاسم {{ $item->name }}
الموبايل {{ $item->mobile }}
الرسالة {{ $item->message }}
الملف @if($item->file_path) تحميل الملف @else --- @endif
التاريخ {{ $item->created_at->format('Y-m-d H:i a') }}
@endsection