@extends('user.layouts.app') @section('css') @endsection @section('title') تفاصيل {{ $complaint->type === 'complaint' ? 'الشكوى' : 'الاقتراح' }} @endsection @php $typeLabels = [ 'complaint' => 'شكوى', 'suggestion' => 'اقتراح', ]; $statusLabels = [ 'pending' => 'معلّقة', 'under_review' => 'قيد المراجعة', 'resolved' => 'تم الحل', 'rejected' => 'مرفوضة', ]; @endphp @section('content')