@extends('layouts.frontendDashboard.master') @section('title', 'User Management') @section("body-start")
@endsection @section("content")
@include('frontend.support_manager.user_management.create-form') @include("frontend.support_manager.user_management.index-table")
@endsection @push('scripts') @endpush