@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 AdSence Credentials') }}

{{-- Google Analytics --}}
{{ __('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=') }}
{{ __("Type DISABLE_ADSENSE_ONLY for enable Webtools without AdSense") }}
{{ __("Enter your AdSense code for enable Webtools with AdSense") }}
{{ __("Type DISABLE_BOTH for disable Webtools & AdSense") }}
{{ __('If you did not get a Google AdSense code, create a') }} {{ __('new AdSense code.') }}
{{-- Footer --}} @include('admin.includes.footer')
@endsection