| Sr No. | Year | From Date | To Date | Status | @can('financial-year.edit')Action | @endcan
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $financialYear->year }} | {{ date('d-m-Y', strtotime($financialYear->from_date)) }} | {{ date('d-m-Y', strtotime($financialYear->to_date)) }} | @if($financialYear->status) Active @else Inactive @endif | @can('financial-year.edit')@endcan |