Sayfalar

Yeni Sayfa Ekle
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif

Sayfalar @if($selectedpage == "")[Üst Sayfa]@else [@if($selectedpage->listpage->title == "")İsimsiz Sayfa @else {{ $selectedpage->listpage->title }} @endif Alt Sayfaları] @endif


@if(count($pages) > 0)
@foreach($pages as $cat) @endforeach
# Sayfa Başlığı Eylem
@if($cat->listpage->title != ""){{ $cat->listpage->title }}@else Başlık Yazılmadı @endif | {{ count($cat->countsub) }} Alt Sayfa @if(Auth::user()->authorized != 1 OR Auth::user()->update == 1) @if(Auth::user()->update == 1) @else @endif @if(Auth::user()->delete == 1) @else @endif @else @endif
{{ $pages->links() }} @else
Seçtiğiniz Sayfaya Ait Alt Sayfa Bulunamadı!
@endif