@extends('layouts.user') @section('title', __('accounts.add_account')) @section('content')
{{ __('accounts.title') }}
{{ __('accounts.add_account') }}
{{ __('accounts.create_new_account') }}
{{ __('accounts.back') }}
@if($errors->any())
{{ __('accounts.please_fix_these_errors') }}
@endif
@csrf
{{ __('accounts.opening_balance_hint') }}
{{ __('accounts.cancel') }}
@endsection