@extends('layouts.master-without-nav') @section('title') Create New Password @endsection @section('content')

User Experience & Interface Design Strategy Saas Solution

Create new password

Your new password must be different from previous used password.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Your password must be 8-20 characters long.

Already have an account ? Login

© Tocly. Crafted with by Themesdesign

@endsection @section('scripts') @endsection