{{ session('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
| # | 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ş. |
|||||