@extends('layouts.master') @section('title','Fiscal Year') @section('action',$fiscalYear->title) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.fiscalYear.common.breadcrumb')
@lang('index.year'){{ ucfirst($fiscalYear->year) }} @lang('index.start_date') {{\App\Helpers\AppHelper::formatDateForView($fiscalYear->start_date)}} @lang('index.end_date') {{\App\Helpers\AppHelper::formatDateForView($fiscalYear->end_date)}}
@endsection