@use(App\Domains\Channel\Enums\Client\AuthType)
@if ($form->auth_type === AuthType::BASIC) @elseif ($form->auth_type == AuthType::TOKEN) @endif