@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