@if(count($sitemap_urls) > 0)
@foreach($sitemap_urls as $sitemap_url)
| {{$sitemap_url->url}} |
@php $type = '' @endphp
@if($sitemap_url->type == 'product')
@php $type = 'Ürün URL si' @endphp
@elseif($sitemap_url->type == 'category')
@php $type = 'Kategori URL si' @endphp
@elseif($sitemap_url->type == 'brand')
@php $type = 'Marka URL si' @endphp
@elseif($sitemap_url->type == 'page')
@php $type = 'Statik Sayfa URL si' @endphp
@endif
@if($new_type = do_action('adtrpanel.sitemap.list.type', $sitemap_url->type))
@php $type = $new_type @endphp
@endif
{{$type}}
|
{{$sitemap_url->changefreq}} |
{{$sitemap_url->priority}} |
{{$sitemap_url->view}} |
|
@endforeach
@else
| Kayıtlı URL Bulunamadı |
@endif