@php $si=0; @endphp @foreach($AccountLedgers as $AccountLedger) @endforeach
{{__('lng.SiNo')}} {{__('lng.Title')}} {{__('lng.Group')}} {{__('lng.OpeningBalance')}} {{__('lng.DR/CR')}} {{__('lng.Narration')}} {{__('lng.Action')}}
{{++$si}} {{$AccountLedger->title}} {{$AccountLedger->accountgroup->title}} @currency($AccountLedger->openingbalance) {{$AccountLedger->DRorCR}} {{$AccountLedger->narration}} {{--
--}}
@csrf @method('delete')
{{--
--}}

{{$AccountLedgers->count()}} {{__('lng.Items')}}