@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
  • {{ __('setup.enable_google_analytics') }}

@error('ANALYTICS_TRACKING_ID') {{ $message }} @enderror
  • {{ __('setup.enable_gs_analytics_for_your_dashboard') }}

@error('ANALYTICS_VIEW_ID') {{ $message }} @enderror
{{__('setup.fill_in_the_two_fields_below_for_the_Google_Analytics_version_4')}} {{__('setup.for_reporting_version_4_see_google_analytics_panel')}}
@error('ANALYTICS_MEASUREMENT_ID') {{ $message }} @enderror
@error('ANALYTICS_MEASUREMENT_PROTOCOL_API_SECRET') {{ $message }} @enderror
@endif
@if (permissionCheck('setup.facebook-pixel-update'))

{{ __('setup.facebook_pixel') }}

  • {{ __('setup.enable_facebook_pixel') }}

@endif
@endsection @push('scripts') @endpush