Back to Dashboard
Track your Open Requests
*
You can search your Open Requests using below search engine.
| Complaint ID |
Complaint Department |
Category Type |
Comment |
Complaint Date |
Status |
Attachment |
Remark |
@foreach ($complaints as $complaint)
| {{ $complaint->complaint_id }} |
{{ $complaint->complaintType? $complaint->complaintType->name : '' }} |
{{ $complaint->subComplaintType ? $complaint->subComplaintType->name : '' }} |
{{ $complaint->comment }} |
{!! date('M d, Y',strtotime($complaint->created_at)) !!} |
|
{!! ($complaint->document) ? '' : '-' !!} |
{{ $complaint->remark ?: '-' }} |
@endforeach
{{ $complaints->appends(request()->except('page'))->links('frontend.layouts.partials.pagination') }}