All Form Details

@foreach ($cityWiseCounts as $item) @endforeach
Form No City Centre Time Attendee Count Pledge Forms received Centre Head Name Mobile No Designation 1 Witness 1 Mobile No Designation 2 Organized By Mobile No Designation 3 Other Details
{{ $loop->iteration }} {{ $item->id }} {{ $item->city }} {{ $item->centre }} {{ $item->time }} {{ $item->attCount }} {{ $item->pledgeforms ? $item->pledgeforms : '---' }} {{ $item->centreHeadName ? $item->centreHeadName : '---' }} {{ $item->phone }} {{ $item->designation1 ? $item->designation1 : '---' }} {{ $item->witness1 ? $item->witness1 : '---' }} {{ $item->witness1phone ? $item->witness1phone : '---' }} {{ $item->designation2 ? $item->designation2 : '---' }} {{ $item->witness2 ? $item->witness2 : '---' }} {{ $item->witness2phone ? $item->witness2phone : '---' }} {{ $item->designation3 ? $item->designation3 : '---' }} {{ $item->organized ? $item->organized : '---' }}
GRAND TOTAL