@extends('layouts.adminapp') @section('title') {{__('lng.AccountLedger')}} - {{__('lng.Create')}} @endsection @section('active_registration','active') @section('open_registration','open') @section('open_account_create','open') @section('active_account_create','active') @section('content')

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

{{-- Account Group --}}
@csrf
{{__('lng.CreateAccountLedger')}}
@error('title')
{{ $message }}
@enderror
@error('openingbalance')
{{ $message }}
@enderror
{{-- --}} @endsection