@extends('layouts.UserDashboard') @section('user') @if(!$check_apply || ($check_apply && empty($check_apply->agent_id))) {{-- Show apply form if user never applied OR applied but no agent_id yet --}}
@csrf

Apply to join the team

Agent ID:

Please enter the agent ID

You will become the host after the host apply is approved. After becoming a host, your income will be entrusted to your agent.


@else {{-- Show success message if applied --}}

✅ Your application has been submitted!

You will become the host after the host apply is approved. Wait for the approval.

@endif @endsection