@extends('theme::layouts.app') @section('content')

Reset Password

or, return back to login

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection