@extends('layouts/contentNavbarLayout') @section('title', 'Change Password') @section('content')

Change Password

Profile
@if (session('success')) @endif @if ($errors->any()) @endif
Set New Password
@csrf
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Minimum 8 characters.

@endsection