@extends('layouts/fullLayoutMaster') @section('title', 'Reset Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Reset Password 🔒

Your new password must be different from previously used passwords

@if (session('error')) @endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection