@extends('layouts.master-without-nav') @section('title') Reset Password @endsection @section('body') @endsection @section('content')
Reset Password
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Remember It ? Sign In here

© Veltrix. Crafted with by Themesbrand

@endsection