@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