@extends('user.layout') @php $selLang = \App\Models\User\Language::where([ ['code', request()->input('language')], ['user_id',\Illuminate\Support\Facades\Auth::guard('web')->user()->id] ])->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