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