@extends('front.layouts.app') @section('content') Reset Password Enter your new password below. @include('admin.components.messages') @csrf Email Address * @if ($errors->has('email')) {{ $errors->first('email') }} @endif Password * @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password * Reset Password Remember your password? Sign In @push('scripts') @endpush @endsection
Enter your new password below.
Remember your password? Sign In