@if(auth()->check()) @php $layout = 'layouts.app'; @endphp @else @php $layout = 'layouts.guest-app'; @endphp @endif @extends($layout) @section('content')

Register

@honeypot @csrf
Distributor Information

Fill all information below

Please enter a last name
Please enter a middle name
Please enter a first name
Contact Information

Fill all information below

Network & Account Information

Fill all information below

Please Enter Sponsor ID
Please Enter Placement ID
Please Select Position
Please Enter Activation
Please Enter Username
Please Enter Password
Please Enter Confirm Password
Network & Account Information

Fill all information below

Distributor Information
Full Name:

Contact Information
Email Address:
Contact Number:

Network Information
Sponsor ID:
Sponsor Name:
Sponsor Username:
Placement ID:
{{$placement_id}}
Placement Name:
{{!empty($placement_name) ? $placement_name :'' }}
Placement Username:
{{!empty($placement_name) ?$placement_username:'' }}
Position:
{{$position}}
Activation Code:

Account Information
Username:
@endsection @section('page_script') @parent @endsection