@extends('layouts.app') @section('site_title', formatTitle([__('Ads'), __('Settings'), config('settings.title')])) @section('content')
@include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Ads') }}

{{ __('Ads') }}
@include('shared.message')
{!! __('Ads will only be displayed to guest users and users without the :feature plan feature.', ['feature' => '' . __('No ads') . '']) !!}
@csrf
@if ($errors->has('ad_stats_header')) {{ $errors->first('ad_stats_header') }} @endif
@if ($errors->has('ad_stats_footer')) {{ $errors->first('ad_stats_footer') }} @endif
@if ($errors->has('ad_splash_header')) {{ $errors->first('ad_splash_header') }} @endif
@if ($errors->has('ad_splash_footer')) {{ $errors->first('ad_splash_footer') }} @endif
@endsection @include('shared.sidebars.admin')