@csrf

{{ __('messages.add_account') }}

@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('account_number'))
{{ $errors->first('account_number') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif