Kategoriler - YUMU Admin

Kategoriler

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@forelse($allCategories as $cat) @empty @endforelse
# Kategori Adı Slug Üst Kategori Durum İşlemler
{{ $cat->id }} {{ $cat->name }} {{ $cat->slug }} @if($cat->parent) {{ $cat->parent->name }} @else @endif @if($cat->is_visible) Aktif @else Pasif @endif

Henüz hiç kategori eklenmemiş.

@push('scripts') @endpush