@extends('layouts.horizontal', ['title' => 'Fiscal Year Closing', 'topbarTitle' => 'Fiscal Year Closing']) @section('css') @endsection @section('content')

Fiscal Year Closing

{{--------------------> ALERTS START <--------------------------}} @if (session('success')) @endif @if (session('warning')) @endif @if (session(key: 'error')) @endif {{--------------------> ALERTS END <--------------------------}}
@csrf

Filters

@if(isset($fiscalYearStartFrom['last_closed']))

Fiscal Year Start From: {{$fiscalYearStartFrom['last_closed']}}

@endif

Expense Accounts Closing

No accounts found for the selected month and year.

Revenue Accounts Closing

No accounts found for the selected month and year.

Debit Amount
Credit Amount
0
0
@endsection @section('scripts') @endsection