@extends('layouts.frontendDashboard.master') @section('title', 'Edit User') @section("body-start")
@endsection @section("content")
@include("frontend.support_manager.user_management.edit-form")
@endsection