@extends('layouts.auth')
@section('content')
Reset your password
Enter your email and we will send you a link to choose a new password.
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif
Back to login
@endsection