@extends('admin.layout') @section('content')
@csrf
{{ __('Update Settings') }}
@if ($errors->has('google_adsense_publisher_id'))

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

@endif

{{ __('Click Here') }} {{ __('to find the punlisher id in your google adsense account') . '.' }}

@endsection