@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
{{ __('Update Settings') }}

{{ __('Click here') }} {{ __('to find the publisher ID in your Google Adsense account') . '.' }}

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

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

@endif
@endsection