@extends('layouts.admin') @section('title','Academic years list') @section('content')
| id | Year | Current | Apply for registration | {{-- @canany(['role.edit']) --}}actions | {{-- @endcan --}}||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $year->year }} | @if ($year->is_current) Yes @else No @endif | @if ($year->available_for_registration) Available @else Not Available @endif | {{-- @canany(['role.edit']) --}}Actions | {{-- @endcan --}}||||||
|
{{-- There is no data! |
||||||||||
Showing {{$academicYears->count()}} of {{ $academicYears->total() }} record(s).