@extends('user.layout') @php $selLang = \App\Models\Language::where([ ['code', \Illuminate\Support\Facades\Session::get('currentLangCode')], ])->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