@extends('admin.layouts.app') @section('title', 'Ürünler — '.$collection->getTranslation('name', 'tr')) @section('page-title', $collection->getTranslation('name', 'tr')) @section('page-subtitle', 'Koleksiyon ürünleri') @section('content') @include('admin.partials.collection-tabs')
Bu koleksiyona ait ürünler
Yeni Ürün| Ürün | Tip | Ölçüler | Aktif | Sıra | İşlem | |
|---|---|---|---|---|---|---|
|
@if ($product->cover_image)
|
{{ $product->getTranslation('name', 'tr') }} | {{ $product->getTranslation('type', 'tr') ?: '—' }} | {{ collect([$product->width, $product->height, $product->depth])->filter()->implode(' × ') ?: '—' }} | @if ($product->is_active) Aktif @else Pasif @endif | {{ $product->sort_order }} | Düzenle |
| Henüz ürün yok. | ||||||