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

Reset password,
For reseting your password enter your email.

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('content1')
Resetează parola
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection