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

{{ __('Ads') }}

{{ __('Email') }}
@include('shared.message')
@csrf
@if ($errors->has('ad_dashboard_top')) {{ $errors->first('ad_dashboard_top') }} @endif
@if ($errors->has('ad_dashboard_bottom')) {{ $errors->first('ad_dashboard_bottom') }} @endif
@if ($errors->has('ad_reports_top')) {{ $errors->first('ad_reports_top') }} @endif
@if ($errors->has('ad_reports_bottom')) {{ $errors->first('ad_reports_bottom') }} @endif
@if ($errors->has('ad_projects_top')) {{ $errors->first('ad_projects_top') }} @endif
@if ($errors->has('ad_projects_bottom')) {{ $errors->first('ad_projects_bottom') }} @endif
@if ($errors->has('ad_tools_top')) {{ $errors->first('ad_tools_top') }} @endif
@if ($errors->has('ad_tools_bottom')) {{ $errors->first('ad_tools_bottom') }} @endif
@if ($errors->has('ad_report_top')) {{ $errors->first('ad_report_top') }} @endif
@if ($errors->has('ad_report_bottom')) {{ $errors->first('ad_report_bottom') }} @endif
@if ($errors->has('ad_tool_top')) {{ $errors->first('ad_tool_top') }} @endif
@if ($errors->has('ad_tool_bottom')) {{ $errors->first('ad_tool_bottom') }} @endif