@include('admin.Master.header')
@forelse($getDetailsByCity as $list) @php $prvsattCountArray = json_decode($list->prvsattCount, true) ?? []; $prvsattCountString = implode(', ', $prvsattCountArray); @endphp @empty @endforelse
Form Id Country / State Previous Attendee Count Attendee Count Pledge Count City Centre Centre Head Name Mobile No
{{ $list->id }} {{ $list->country }} {{ $prvsattCountString ? $prvsattCountString : '---' }} {{ $list->attCount }} {{ $list->pledgeforms ? $list->pledgeforms : '---' }} {{ $list->city }} {{ $list->centre }} {{ $list->centreHeadName ? $list->centreHeadName : '---' }} {{ $list->phone ? $list->phone : '---' }} @can('form-edit') @endcan
{{ trans('admin.texts.no_data_found') }}
@include('admin.Master.footer')