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