@extends('layouts.plain') @section('title', 'Reset Password') @section('content')
@if (session('status'))
{{ session('status') }}
@endif {{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}}
@csrf

Reset Password

Give us the email you signed up with, and we'll send you a link to securely reset your password.

@error('email') {{ $message }} @enderror @if(session('error')) {{ session('error') }} @endif
@endsection @section('plain-specific-script') @endsection