@extends('admin.layout') @php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
{{__('Sitemap')}}
@if (count($sitemaps) == 0)

{{__('NO SITEMAP FOUND')}}

@else
@foreach ($sitemaps as $key => $sitemap) @endforeach
{{__('File Name')}} {{__('Actions')}}
{{$sitemap->filename}}
@csrf
@csrf
@endif
@endsection