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