@extends('layouts.front') @section('content') Autentificare Principalǎ Autentificare {{__('Logare')}} {{__('Înregistrare')}} @csrf {{__('Email')}} * {{--@error('email') {{ $message }} @enderror--}} {{__('Parola')}} * {{--@error('password') {{ $message }} @enderror--}} {{__('Pǎstreazǎ-mǎ autentificat')}} {{__('Ai uitat parola?')}} @if (session('status')) {{ session('status') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{__('Logare')}} @csrf {{__('Tip persoanǎ')}}* {{__('Alege o optiune')}} @foreach($userTypes as $userType) id) selected @endif> {{$userType->name}} @endforeach {{__('Email')}}* {{__('Parola')}} * {{__('Confirmǎ parola')}}* {{__('Nume')}}* {{__('CNP/CUI')}}* {{__('Telefon')}}* {{__('Captcha')}}* {!! captcha_img('math') !!} ↻ @error('captcha') {{ $message }} @enderror @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Accept termeni si conditii {{__('Înregistrare')}} @endsection @push('scripts') @endpush {{----}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- <!– Session Status –>--}} {{-- --}} {{-- <!– Validation Errors –>--}} {{-- --}} {{-- --}} {{-- @csrf--}} {{-- <!– Email Address –>--}} {{-- --}} {{-- --}} {{-- --}} {{-- <!– Password –>--}} {{-- --}} {{-- --}} {{-- @if (Route::has('password.request'))--}} {{-- --}} {{-- --}} {{-- Ai uitat parola?--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- {!! captcha_img('math') !!}--}} {{-- --}} {{-- ↻--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @error('captcha')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} {{-- <!– Remember Me –>--}} {{-- --}} {{-- --}} {{-- --}} {{-- Pastreaza-ma autentificat--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if (Route::has('register'))--}} {{-- --}} {{-- Nu ai cont? Inregistreaza-te--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- Log in--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}} {{----}}