@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')

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