@extends('front.layout.app') @section('content') Reset Password @csrf @if ($errors->has('email')) {{ $errors->first('email') }} @endif @endsection