@extends('layouts.frontendDashboard.master') @section('title', 'Members') @section('body-start')
@endsection @section('content')
@include('frontend.support_agent.user_management.create-form')
# Full Name Email Created At {{ __('Actions') }}
@endsection @push('scripts') @endpush