@include('site/controllers/upper-header') @include('site/controllers/header')

@lang('site.register')

@lang('site.register')

{{csrf_field()}} @if ($errors->has('username')) {{ $errors->first('username') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('bank_account')) {{ $errors->first('bank_account') }} @endif {{-- --}} {{-- @if ($errors->has('iban_number'))--}} {{-- {{ $errors->first('iban_number') }}--}} {{-- @endif--}} @if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

@lang('site.haveAccount') - @lang('site.login')

@include('site/controllers/footer')