@extends('user.layout.master') @section('title', 'Update Password') @section('content')
Update Password
@csrf @method('put')
@error('current_password', 'updatePassword')
{{ $message }}
@enderror

Password must be at least 8 characters long

@error('password', 'updatePassword')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection