@extends('layout.app')
@section('title', 'Account Ledger Report')
@push('header_script')
@endpush
@section('content')
{{-- LEDGER SELECTOR --}}
{{-- DATE RANGE FILTER --}}
{{-- RESULT --}}
Select an Account Ledger to view the report.
@endsection
@push('footer_script')
@endpush