@extends('backend.layouts.master') @section('title') Change Password @endsection @section('navbar-content')

Change Password

@endsection @section('admin-content')

Change Password

@csrf
@error('old_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection @section('scripts') @include('backend.pages.usermanage.userRole.script') @endsection