| {{ $index + 1 }} |
{{ $list->complaint_unique_id }} |
{{ \Carbon\Carbon::parse($list->created_at)->setTimezone('Asia/Kolkata')->format('d-m-Y h:i:s A') }} |
{{ $list->caller_name }} |
{{ $list->caller_address }} {{ $list->caller_mobile_no }} |
{{ $list->no_of_male_death }} |
{{ $list->no_of_female_death }} |
{{ $list->no_of_child_death }} |
{{ $list->no_of_male_injured }} |
{{ $list->no_of_female_injured }} |
{{ $list->no_of_child_injured }} |
{{ $list->complaint_type_name }} |
{{ $list->complaint_sub_type_name }} |
{{ $list->complaint_details }} |
{{ $list->location }} |
{{ $list->closing_remark }} |
{{ $list->closing_date ? \Carbon\Carbon::parse($list->closing_date)->setTimezone('Asia/Kolkata')->format('d-m-y h:i:s A') : 'Pending' }} |
{{ $list->loss_type }} |
{{ $list->description }} |
@foreach ($list->departments_names as $index => $departmentName)
@if ($list->dept == $index)
- {{ $departmentName }}
@else
- {{ $departmentName }}
@endif
@endforeach
|
@endforeach
@else