@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('Robots.txt_Editor') }}

{{translate('control_search_engine_crawlers_access_to_specific_pages_on_a_website').'.'}}

@if(file_exists(base_path('robots.txt'))) {{translate('view_URL')}} @else @endif
{{ 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.') }}
@csrf
@endsection @push('script') @endpush