@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

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

@if (Route::has('login')) Back to login @endif

@endsection @section('vendor-script') {{-- --}} @endsection @section('page-script') {{-- --}} @endsection