@extends('admin.layout') @php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ $keywords['Click_here'] ?? __('Click here') }} {{ $keywords['to_find_the_publisher_ID_in_your_Google_Adsense_account'] ?? __('to find the publisher ID in your Google Adsense account.') }}
{{ $errors->first('adsense_publisher_id') }}