Özellikler

Ürün Özellikleri
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif

Özellikler @if($selectedfeature == "")[Ana Özellikler]@else [@if($selectedfeature->listfeature->title == "")İsimsiz Kategori @else {{ $selectedfeature->listfeature->title }} @endif Alt Özellikleri] @endif


@if(count($topfeatures) > 0)
@foreach($topfeatures as $cat) @endforeach
# Özellik Başlığı Eylem
@if($cat->listfeature->title != ""){{ $cat->listfeature->title }}@else Başlık Yazılmadı @endif @if($cat->parent_id == 0) | {{ count($cat->countsub) }} Alt Özellik@endif @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
{{ $topfeatures->links() }} @else
Seçtiğiniz Kategoriye Ait Alt Kategori Bulunamadı!
@endif