@extends('layouts.app_layout') @section('content') @php $addRoute = route('financial-years.create'); @endphp @can('add financial year') @php $button = ' Add New'; @endphp @endcan

Note: Add financial years only in this format ie: 2020-21.

Sl. No. Financial Year Start Date End Date Is Current Year Action
@endsection @section('pages-scripts') @endsection