@extends('user.layouts.app') @section('content')
@if (session('status')) @endif

Reset Your Password

we will send you a verification link to complete the process.

@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@csrf
@endsection