@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header') @include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert') {{ csrf_field() }} Geri Temizle Kaydet Genel Bilgiler Genel Bilgiler İşlem Görecek URL URL Tipi -- Seçiniz -- type == 'product') selected="selected" @endif>Ürün URL si type == 'category') selected="selected" @endif>Kategori URL si type == 'brand') selected="selected" @endif>Marka URL si type == 'page') selected="selected" @endif>Statik Sayfa URL si @if(isset($sitemap_url)) @php $url = $sitemap_url @endphp @else @php $url = [] @endphp @endif @if($new_types = do_action('adtrpanel.sitemap.add.type', $url)) @foreach($new_types as $new_type) {!! $new_type !!} @endforeach @endif type == 'other') selected="selected" @endif>Diğer Sayfa URL si URL Güncelleme Sıklığı(Changefreq) -- Seçiniz -- changefreq == 'always') selected="selected" @endif>Always changefreq == 'hourly') selected="selected" @endif>Hourly changefreq == 'daily') selected="selected" @endif>Daily changefreq == 'weekly') selected="selected" @endif>Weekly changefreq == 'monthly') selected="selected" @endif>Monthly changefreq == 'yearly') selected="selected" @endif>Yearly changefreq == 'never') selected="selected" @endif>Never URL Priority(Öncelik) -- Seçiniz -- priority == '1.0') selected="selected" @endif>1.0 priority == '0.9') selected="selected" @endif>0.9 priority == '0.8') selected="selected" @endif>0.8 priority == '0.7') selected="selected" @endif>0.7 priority == '0.6') selected="selected" @endif>0.6 priority == '0.5') selected="selected" @endif>0.5 priority == '0.4') selected="selected" @endif>0.4 priority == '0.3') selected="selected" @endif>0.3 priority == '0.2') selected="selected" @endif>0.2 priority == '0.1') selected="selected" @endif>0.1 priority == '0.0') selected="selected" @endif>0.0 URL Durumu view == 1) selected="selected" @endif>URL Sitemap de Gözüksün view == 0) selected="selected" @endif>URL Sitemap de Gözükmesin @endsection @section('css') @endsection @section('js') @endsection