@php use App\Helpers\AppHelper; @endphp @extends('layouts.master') @section('title',__('index.fiscal_years')) @section('action',__('index.lists')) @section('button') @can('create_award_type') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.fiscalYear.common.breadcrumb')
{{ __('index.fiscal_year') }}
{{-- --}} @can('fiscal_year') @endcan @forelse($fiscalYears as $value) {{-- --}} @can('fiscal_year') @endcan @empty @endforelse
# @lang('index.title') @lang('index.start_date') @lang('index.end_date')@lang('index.is_current')@lang('index.action')
{{ $loop->iteration }} {{ucfirst($value->year)}} {{AppHelper::formatDateForView($value->start_date)}} {{AppHelper::formatDateForView($value->end_date)}} --}} {{-- --}} {{--

@lang('index.no_records_found')

@endsection @section('scripts') @include('admin.fiscalYear.common.scripts') @endsection