@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')
@csrf
{{ $keywords['Update_Settings'] ?? __('Update Settings') }}

{{ $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.') }}

@if ($errors->has('adsense_publisher_id'))

{{ $errors->first('adsense_publisher_id') }}

@endif
@endsection