@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Google Analytics Credentials') }}

{{-- Google Analytics --}}
{{ __('https://www.googletagmanager.com/gtag/js?id=') }}
{{ __('If you did not get a Google analytics id, create a') }} {{ __('new analytics id.') }}
{{-- Footer --}} @include('admin.includes.footer')
@endsection