@extends('layouts.front-layout') @section('title') Update Password @endsection @section('content')
img

User Register

img
Update Password
@csrf
Email @error('email') {{$message}} @enderror
Password @error('password') {{$message}} @enderror
Confirm Password @error('confirm_password') {{$message}} @enderror
Login
@endsection