@if ($SearchResult)
@php echo $SearchResult @endphp
@else
{{__('lng.SiNo')}} |
{{__('lng.Title')}} |
{{__('lng.Group')}} |
{{__('lng.OpeningBalance')}} |
{{__('lng.DR/CR')}} |
{{__('lng.Narration')}} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach($AccountLedgers as $AccountLedger)
{{++$si}} |
{{$AccountLedger->title}} |
{{$AccountLedger->accountgroup->title}} |
@currency($AccountLedger->openingbalance) |
{{$AccountLedger->DRorCR}} |
{{$AccountLedger->narration}} |
|
{{-- --}}
{{-- --}}
|
@endforeach
{{$AccountLedgers->count()}} {{__('lng.Items')}}