@extends('admin.layouts.master-soyuz') @section('title',__('SEO Settings | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Seo Settings') }}
@csrf

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