@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')
{{ __('Click here') }} {{ __('to find the publisher ID in your Google Adsense account') . '.' }}
{{ $errors->first('adsense_publisher_id') }}