@extends('layouts.adminapp') @section('content') {{-- Account Group --}}

{{__('lng.AccountLedger')}}

{{__('lng.AccountLedgerTable')}}
{{__('lng.CreateNew')}}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@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')}}

@endif
@endsection