@extends('layouts.frontendDashboard.master') @section('title', 'Manage users') @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