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

Change Password

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