@extends('layout.app') @section('title','Setting (General)') @push('header_script') @endpush @section('content')
Change the financial year you are currently working in.
@php $activeFy = \App\Services\FinancialYearService::getActiveFinancialYear(); @endphpCurrent: {{ $activeFy ? date('Y', strtotime($activeFy->start_date)) . '-' . date('y', strtotime($activeFy->end_date)) : 'N/A' }}