@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
{{-- @if(Auth::user()->company_profile->use_sorting == 1)
@endif --}}
SN Ledger Name Main Group Closing Balance (Dr) Closing Balance (Cr) Action
Total
{{-- Print Modal --}} @endsection @section('script') @endsection