@extends('backEnd.master') @section('styles') @endsection @section('mainContent') @php $google_analytics_data = $analytics->where('type', 'google_analytics')->first(); $facebook_pixel_data = $analytics->where('type', 'facebook_pixel')->first(); $google_business_data = $businessData->where('type', 'google_analytics')->first(); $facebook_business_data = $businessData->where('type', 'facebook_pixel')->first(); @endphp @if (permissionCheck('setup.google-analytics-update')) {{ __('setup.google_analytics') }} @csrf status == 1?'checked':''}} type="checkbox"> {{ __('setup.enable_google_analytics') }} {{__('setup.click_here_to_create_your_project')}} {{__('setup.click_here_to_create_google_analytics')}} UA-Tracking ID * @error('ANALYTICS_TRACKING_ID') {{ $message }} @enderror {{ __('setup.enable_gs_analytics_for_your_dashboard') }} View ID * @error('ANALYTICS_VIEW_ID') {{ $message }} @enderror {{ __('setup.service_account_json_file') }} * {{__('common.browse')}} {{__('setup.fill_in_the_two_fields_below_for_the_Google_Analytics_version_4')}} {{__('setup.for_reporting_version_4_see_google_analytics_panel')}} {{__('setup.measurement_id')}} @error('ANALYTICS_MEASUREMENT_ID') {{ $message }} @enderror {{__('setup.measurement_protocol_api_secret')}} @error('ANALYTICS_MEASUREMENT_PROTOCOL_API_SECRET') {{ $message }} @enderror {{ __('common.save') }} @endif @if (permissionCheck('setup.facebook-pixel-update')) {{ __('setup.facebook_pixel') }} status == 1?'checked':''}} type="checkbox"> {{ __('setup.enable_facebook_pixel') }} {{__('setup.click_here_to_create_facebook_pixel')}} {{ __('setup.facebook_pixel_id') }} * {{ __('common.save') }} @endif @endsection @push('scripts') @endpush
{{ __('setup.enable_google_analytics') }}
{{ __('setup.enable_gs_analytics_for_your_dashboard') }}
{{ __('setup.enable_facebook_pixel') }}