@extends('backend.template.layouts.template-base') @section('title') Robots | {{ config('setting.website_name') ?: config('app.name') }} @endsection @section('content')

Robots

@csrf
@error('robots')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection