@extends('layouts.admin') @section('title', 'Ads Manager') @section('content')
Raw HTML is injected into the <head> section.
<head>
{{ $message }}
Injected before </head>.
</head>
Injected just after <body>.
<body>
Injected before </body>.
</body>
Saved in storage/app/site-config/robots.txt and published to public/robots.txt.
storage/app/site-config/robots.txt
public/robots.txt
Public URL: {{ $robotsUrl }}