@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Analytics Property ID and Settings @php echo helptooltip('analytics_property_id_and_json_file') @endphp


    @csrf

    Put Google ANALYTICS PROPERTY ID above

    About Spatie Laravel Analytics Package

    {{ $metaArray['service_account_credentials_json'] }}


    @endsection @section('beforeBodyClose') @endsection