@extends('backend.template.layouts.template-base') @section('title') Robots | {{ config('setting.website_name') ?: config('app.name') }} @endsection @section('content') Robots @csrf Robots* (Only TEXT File Format Supported*) @error('robots') {{ $message }} @enderror Submit @endsection @section('scripts') @endsection