@extends('layouts.app') @section('title', 'New Fiscal Year') @section('breadcrumb') @endsection @section('content')
Fiscal Year Details
@csrf
A descriptive name — usually the year range.
@error('name')
{{ $message }}
@enderror
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror
The new fiscal year will be set as Open. You can set it as the active year from the fiscal years list.
Cancel
@endsection @push('scripts') @endpush