@extends('layouts.admin') @section('title', 'Ads Manager') @section('content')

Ads Manager

@csrf @method('PUT')

Meta Verification And Tags (File Based)

Raw HTML is injected into the <head> section.

@error('other_meta_tags_html')

{{ $message }}

@enderror

Ads Code (File Based)

Injected before </head>.

@error('ads_head_code')

{{ $message }}

@enderror

Injected just after <body>.

@error('ads_body_start_code')

{{ $message }}

@enderror

Injected before </body>.

@error('ads_body_end_code')

{{ $message }}

@enderror

Robots.txt (File Based)

Saved in storage/app/site-config/robots.txt and published to public/robots.txt.

Public URL: {{ $robotsUrl }}

@error('robots_txt_content')

{{ $message }}

@enderror
@endsection