@extends('layouts.app') @section('title', $title) @section('content')
{{ __('Reset Password') }}
@csrf
@if(!empty($errors)) @if ($errors->has('email')) {{ $errors->first('email') }} @endif @endif
@if(!empty($errors)) @if ($errors->has('password')) {{ $errors->first('password') }} @endif @endif
@endsection