@extends('layouts.user') @section('title', __('accounts_ledger.add_account_entry')) @section('breadcrumb', __('accounts_ledger.account_ledger')) @section('page_title', __('accounts_ledger.add_entry')) @section('content')
{{ __('accounts_ledger.account') }}
{{ $account->name }}
{{ __('accounts_ledger.type') }}: {{ strtoupper($account->type) }} @if(!empty($account->account_number)) {{ __('accounts_ledger.account_short') }}: {{ $account->account_number }} @endif
{{ __('accounts_ledger.manual_entry_affect_hint') }}
{{ __('accounts_ledger.back') }}
@if(session('ok'))
{{ session('ok') }}
@endif @if(session('err'))
{{ session('err') }}
@endif @if($errors->any())
{{ __('accounts_ledger.fix_these_errors') }}
@endif
@csrf
{{ __('accounts_ledger.blank_current_time_hint') }}
{{ __('accounts_ledger.preview') }}
{{ __('accounts_ledger.action') }}: {{ __('accounts_ledger.deposit_upper') }}
{{ __('accounts_ledger.effect') }}: {{ __('accounts_ledger.plus_debit') }}
{{ __('accounts_ledger.amount') }}: 0.00
{{ __('accounts_ledger.cancel') }}
@endsection