@extends('layouts.master') @section('css') @endsection @section('title') Ledger Report @endsection @section('content')

Ledger Report

@if (Auth::user()->staff == null || Auth::user()->staff->branch_id == null)
@endif

SN Ledger Name Main Group Closing Balance (Dr) Closing Balance (Cr) Action
Total
@endsection @section('script') @endsection