@extends('layouts.app') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Žádost o registraci nového uživatele
{{ csrf_field() }} @if(stripos(url()->current(),"g5i.isbd.cz")!=0)
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('telefon')) {{ $errors->first('telefon') }} @endif
@if(config('app.RegNarozVisible'))
@if ($errors->has('narozen')) {{ $errors->first('narozen') }} @endif
@endif
@if ($errors->has('clcislo')) {{ $errors->first('clcislo') }} @endif
**Vaše evidenční případně členské číslo pod který jste vedeni u správce. Slouží pro ověření vaší identity

Zadané údaje slouží k ověření Vaší identity u správce. Zadejte údaje které , správce již eviduje u Vaší osoby.

Přihlašovací údaje budou po ověření Vaší žádosti zaslány emailem na zadanou adresu
Pokud nepůjde podle zadaných údajů ověřit Vaší identitu, přihlašovací údaje Vám nebudou zaslány .
@endsection