@extends('layouts.adminapp') @section('title') {{ __('lng.AccountLedger') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_account', 'open') @section('active_account', 'active') @section('active_account_ledger','active') @section('content')

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

{{-- Account Group --}}
{{ __('lng.AccountLedgerTable') }}
@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')

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

@endif
@endsection