@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Seo And Sitemap']) @endsection @section('content') @php $url=domain_info('full_domain'); @endphp

{{ __('Seo Info') }}

@csrf @method('PUT')

{{ __('Site Map') }}

@csrf
@endsection @push('js') @endpush