@extends('layouts.head') @section('title', 'Create Account') @section('style')
@endsection
Please reset your password.
{{-- Sign in or create account --}}
@csrf
New Password
👁️
@error('password'){{ $message }}@enderror
Confirm Password
👁️
@error('password_confirmation'){{ $message }}@enderror
Submit