Calendar Summary Report
logo
Date of Report : {{ date_format(date_create(date('Y-m-d')),'d M Y') }}

@foreach($calendar as $key=>$new_calendar) @endforeach
No. EventStudent GroupYearSemesterCodeDate FromDate ToDescriptionsStatus
{{ ++$key }} @if(!empty($new_calendar->event_name)) {{ $new_calendar->event_name }} @else {{ GenerateController::option_select($new_calendar->calendar_event) }} @endif@if(!empty($new_calendar->student_group_type)) {{ $new_calendar->student_group_type }} @else {{ GenerateController::option_select($new_calendar->calendar_student_group) }} @endif{{ $new_calendar->calendar_year }} {{ $new_calendar->calendar_semester }} {{ $new_calendar->calendar_code }} {{ date_format(date_create(date($new_calendar->calendar_date_from)),'d M Y') }}{{ date_format(date_create(date($new_calendar->calendar_date_to)),'d M Y') }}{{ $new_calendar->calendar_descriptions }} @if($new_calendar->calendar_status == 1) Active @endif @if($new_calendar->calendar_status == 2) Not Active @endif