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