@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')
| {{__('File Name')}} | {{__('Sitemap Url')}} | {{__('Actions')}} |
|---|---|---|
| {{$sitemap->filename}} | {{ asset('assets/front/files/'.$sitemap->filename) }} |