@extends('layouts.auth')
|
|
@section('title', __('user_categories.individual'))
|
|
|
|
@section('content')
|
|
<div>
|
|
@livewire('associates.auth.register.individual')
|
|
</div>
|
|
@endsection
|