@extends('admin.layouts.master-soyuz') @section('title','SEO Settings | ') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Seo Settings') }} @endslot ​ @slot('menu2') {{ __("Seo Settings") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Seo Settings') }}
@csrf

{{ __('Generate') }} @if(@file_get_contents(public_path().'/sitemap.xml')) Download Sitemap.xml | View Sitemap @endif
@endsection