@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')
{{-- Account Group --}}{{ __('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 }} | --}}
{{-- --}}
|
{{ __('lng.Showing') }} {{ $AccountLedgers->count() }} {{ __('lng.Items') }}