@extends('admin.layouts.app') @section('title', 'Kategoriler') @section('header', 'Kategoriler') @section('content')
| Kategori | Ürün Sayısı | Tip | Durum | |
|---|---|---|---|---|
|
{{ $category->name }}
@if($category->description)
{{ Str::limit(strip_tags($category->description), 50) }}
@endif
|
{{ $category->type === 'online' ? $category->products_count : $category->bakery_products_count }} ürün | {{ $category->type === 'online' ? 'Online Menü' : 'Pastane Menüsü' }} |
is_active ? 'checked' : '' }}
data-url="{{ route('admin.categories.toggle-status', $category) }}">
|
|
| Henüz kategori bulunmuyor | ||||