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

{{ __('Reset Password') }}

@csrf @if (session('status')) @endif @foreach ($errors->all() as $error) @endforeach @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection