@php $Counter = 0; $Month = 0; switch ($month) { case 'March': $Month = 3; break; case 'June': $Month = 6; break; case 'September': $Month = 9; break; case 'December': $Month = 12; break; } @endphp @if (sizeof($SamityInformations) > 0) @foreach ($SamityInformations as $key => $SamityInformation) @endforeach @else @endif
SL. No.
Samity Name
Month
Year
Action
{{++$Counter}} {{$SamityInformation->name}} {{$month}} {{$RequestedYear}}    
NO DATA FOUND !
@php // dd(sizeof($SamityInformations)); @endphp