@extends('layouts.grain-auth') @section('title', __('Reset Password')) @section('content')

{{ __('Reset Password') }}

@if (session('status')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if (Route::has('register'))
{{ __('Don\'t have an account?') }} {{ __('Sign Up') }}
@endif
@include('auth.components.footer')
@endsection