@extends('layouts.dashboard') @section('content')
@if(Session::has('message'))
@endif
Change Password
@csrf
@error('password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror
@endsection