@if ($frontAcademicCalendars->isEmpty() && auth()->check() && auth()->user()->role_id == 1)
@lang('edulia.no_data_available_please_go_to') @lang('edulia.frontend_academic_calendar')
@else
@foreach ($frontAcademicCalendars as $key => $data)
{{ $key + 1 }} |
{{ $data->title }} |
{{ date('d/m/Y', strtotime($data->publish_date)) }} |
@if ($data->calendar_file)
@lang('edulia.download')
|
@endif
@endforeach
@endif