@extends('front.layouts.app', ['title' => 'Reset Password']) @section('content')

Reset password!

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

Back to , Login

@endsection