@extends('layouts.back-end.app')
@section('title', translate('SEO_Settings'))
@section('content')
{{ translate('SEO_Settings') }}
@include('admin-views.business-settings.seo-settings._inline-menu')
{{ translate('the_robots.txt_editor_lets_you_tell_search_engines_which_parts_of_your_website_they_should_or_should_not_crawl.') }} {{ translate('please_note') }}:{{ translate('the_system_will_automatically_generate_a_robot.txt_for_your_site.') }} {{ translate('you_do_not_have_to_create_it_manually.') }} {{ translate('but_you_can_edit_or_modify_this_robots.txt.') }}
@endsection
@push('script')
@endpush