@extends('layouts.master') @section('title','PREKSHA | CHANGE PASSWORD') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin-user.main-header') @include('admin-user.sidebar')

Change Password

@csrf @method('PUT')
Cancel
@include('admin-user.footer')
@stop @section('jsscript') @include('layouts.jsscript') @stop