|
SL. No.
|
Samity Name
|
Month
|
Year
|
Action
|
@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)
| {{++$Counter}} |
{{$SamityInformation->name}} |
{{$month}} |
{{$RequestedYear}} |
|
@endforeach
@else
| NO DATA FOUND ! |
@endif
@php
// dd(sizeof($SamityInformations));
@endphp