{{-- Hero header (compact) --}}
{{ $channel_label }}

{{ $page_title }}

{{ $page_sub }}

{{-- Body --}}
{{-- Connected accounts --}} @if(count($channel_accounts) > 0)
Your connected account {{ count($channel_accounts) }}
@foreach($channel_accounts as $channel_account) @php $current_account = $channel_event_settings && $channel_event_settings->channel_account_id == $channel_account->id ? true : false; $auth_label = $channel_account->custom_app_id ? 'custom app' : config('app.name').' app'; @endphp @endforeach
@endif @if( (!isset($is_admin) || !$is_admin)) {{-- Add new account --}}
Add new account
@if(config('channel.custom_app_option'))
@else 1]) }}" class="channel-new-login connect_new_account acc-pick__add"> Connect a new account Open the secure popup to sign in @endif
{{-- Warning alert --}}

Log in to or add multiple {{ $channel_label }} accounts to enable Shopify data synchronization. Before removing an account, all associated configured events must be deleted.

@endif