@extends('user.layouts.app') @push('styles') @endpush @section('body_class', 'member-feedback') @section('content')
| Sl. No. | Topic / Particular | Closing Date | Action |
|---|---|---|---|
| Poll- {{ $polling->id }} | {{ $polling->polling_name }} | {{ optional($polling->end_date_time)->format('Y-m-d') }} |
| Polling No. | Topic / Particular | Closing Date | Action | |
|---|---|---|---|---|
| {{ $pollingReference }} | {!! $polling->polling_description !!} | {{--{{ optional($polling->end_date_time)->format('Y-m-d') }} | --}}{{ optional($polling->end_date_time)->format('d-m-Y') }} | |
| No data found | ||||
| Suggestion No. | Date | Facility Name | Status | Action | |
|---|---|---|---|---|---|
| {{ $suggesion->reference_no ?? ('TC/SS/' . optional($suggesion->created_at)->format('Y') . '/' . str_pad((string) $suggesion->id, 4, '0', STR_PAD_LEFT)) }} {{-- | {{ optional($suggesion->created_at)->format('Y-m-d') }} | --}}{{ optional($suggesion->created_at)->format('d-m-Y') }} | {{ optional($suggesion->location)->location_name ?? 'N/A' }} | @if($suggesion->status == 1) Open @else Closed @endif | View |
| No data found | |||||
| Rating No. | Date | Facility Name | Action | |
|---|---|---|---|---|
| {{ $member_rating->reference_no ?? ('TC/RS/' . optional($member_rating->created_at)->format('Y') . '/' . str_pad((string) $member_rating->id, 4, '0', STR_PAD_LEFT)) }} | {{--{{ optional($member_rating->created_at)->format('Y-m-d')}} | --}}{{ optional($member_rating->created_at)->format('d-m-Y')}} | {{ optional($member_rating->location)->location_name ?? 'N/A' }} | View |
| No data found | ||||
| Polling No. | Date | Polling for | Action | |
|---|---|---|---|---|
| {{ $history->reference_no ?? ('TC/PS/' . optional($history->created_at)->format('Y') . '/' . str_pad((string) $history->id, 4, '0', STR_PAD_LEFT)) }} | {{--{{ optional($history->created_at)->format('Y-m-d') }} | --}}{{ optional($history->created_at)->format('d-m-Y') }} | {{ $history->polling_list->polling_name }} | View |
| No data found | ||||