@extends('layouts.guest') @section('title',__('Reset Password')) @section('content')

{{config('app.name')}} - {{ __('Reset Password') }}

{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}

{{session('status')}}

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