@extends('layouts.admin') @section('page-title', 'Create Financial Session') @section('page-subtitle', 'Define a financial year for conveyance tracking') @section('content')

Create Financial Session

Add a new financial session with a clear start and end date.

Back to Sessions
{{-- Form Card --}}

Session details

Use a consistent naming pattern like 2025–2026.

@csrf {{-- Session Name --}}
{{-- Start Date --}}
{{-- End Date --}}
{{-- Side Info --}}

Tips for session setup

Note
After creation, you can mark a session as active from the Sessions list.
@endsection