@extends('layouts.master') @section('css') @endsection @section('title') Ledger Report @endsection @section('content')
Ledger Report ({{ $ledger->name }})
Print Detailed Print Go Back
Current Financial Year :- {{ \Carbon\Carbon::parse($currentFinancial->fy_from)->format('d M y') }} - {{ \Carbon\Carbon::parse($currentFinancial->fy_to)->format('d M y') }}
Opening Balance :
Date Voucher Number Particulars Voucher Type Debit Credit Running Balance Remarks Action
Total
Opening Balance
Closing Balance
{{-- Print Modal --}} {{-- Detailed Print Modal --}} @endsection @section('script') @endsection