{{ $complaint->report_type }}
{{ $label }}
{{ __('Requested Time : :type', ['type' => $complaint->created_at ? $complaint->created_at->format('n/j/y, g:i A') : '']) }}
{{ __('Content : :type', ['type' => $complaint->note]) }}
{{ __('Submitted by : :type', ['type' => $complaint->complaint_by === 1 ? 'Rider' : 'Driver']) }}
{{ __('Request Info') }}
(View)
@if ($complaint->complaint_by === 1)
{{ __('Rider Info (Sender)') }}
(View)
@else
{{ __('Driver Info (Sender)') }}
(View)
@endif