@extends('layouts.app') @section('content') @include('googleDashboards.modals.pbs_shopping_campaign') @include('googleDashboards.modals.pbs_normal_campaign') @include('googleDashboards.modals.csv_import_shopping_campaign') @include('googleDashboards.modals.csv_import_normal_campaign') @include('googleDashboards.modals.pms_shopping_campaign') @include('googleDashboards.modals.pms_normal_campaign') @include('googleDashboards.modals.auto_create_ads_settings') @include('googleDashboards.modals.auto_create_ads_settings_form') @include('googleDashboards.modals.device_csv_import') @include('googleDashboards.modals.sku_tool') @include('googleDashboards.modals.sku_tool_form') @include('googleDashboards.modals.ad_schedule')
@if ($accountDetails) @foreach($accountDetails as $accountDetail) @endforeach @else
No accounts
@endif @if(Config::get('constants.authURLS.isauthButtonShow') == 1) @endif
@include('googleDashboards.js.js_pbs_shopping_campaign') @include('googleDashboards.js.js_pbs_normal_campaign') @include('googleDashboards.js.js_csv_shopping_campaign') @include('googleDashboards.js.js_csv_normal_campaign') @include('googleDashboards.js.js_auto_create_ads_settings') @include('googleDashboards.js.js_auto_create_ads_settings_form') @include('googleDashboards.js.js_pms_shopping_campaign') @include('googleDashboards.js.js_pms_normal_campaign') @include('googleDashboards.js.js_device_csv_import') @include('googleDashboards.js.js_sku_tool') @include('googleDashboards.js.js_sku_tool_form') @include('googleDashboards.js.js_ad_schedule') @endsection