@extends('layouts.front') @section('content')

Autentificare

@csrf
{{--@error('email')
{{ $message }}
@enderror--}}
{{--@error('password')
{{ $message }}
@enderror--}}
{{__('Ai uitat parola?')}}
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{!! captcha_img('math') !!}
@error('captcha')
{{ $message }}
@enderror
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@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 –>--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- @if (Route::has('register'))--}} {{-- --}} {{-- Nu ai cont? Inregistreaza-te--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- Log in--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}}