@if(isset($twilio_accounts_page) && $twilio_accounts_page)Twilio accounts @else Choose Twilio account to connect @endif

Shopify data will be mapped to the chosen account.

    @if(count($channel_accounts) > 0)
  • Your Connected Account
  • @endif @foreach($channel_accounts as $channel_account ) @php $current_account=$channel_event_settings && $channel_event_settings->channel_account_id==$channel_account->id?true:false; @endphp
  • user-image
    {{--get first key value of login credentials array--}}

    {{ (current($channel_account->login_credentials)??"") }}

    {{--get 2nd value of login credentials--}}

    {{ array_values($channel_account->login_credentials)[1]??"" }} @if(config('channel.custom_app_option')) @if($channel_account->custom_app_id) (custom app) @else ({{ config('app.name') }} app) @endif @endif

    @if($current_account)
    • Continue with this account...
    @endif
    @if(config('channel.is_channel_account_editable')) @if(!$channel_account->custom_app_id)
    $channel_account->id,"account_type_splash_window"=>1])}}" data-id="{{$channel_account->id}}" class="update_btn update-channel-account ">
    @else
    $channel_account->id,"account_type_splash_window"=>1])}}" class="update_btn update-channel-account">
    @endif @endif
    @if($channel_account->expired) {{"Authentication failed : ".$channel_account->exception_message}} @endif
  • @endforeach
  • Add new Account
  • @if(config('channel.custom_app_option'))
  • 1])}}" >
  • @else
  • 1])}}" class="channel-new-login connect_new_account">
    Connect a new account
  • @endif
{{--
--}} {{--

Login with multiple accounts to access their workbooks.You can only remove--}} {{-- accounts by first removing all associated webhooks with it.

--}} {{--
--}}
@section('last_scripts')