@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
@forelse ($products as $product) @empty @endforelse
Ürün Tip Ölçüler Aktif Sıra İşlem
@if ($product->cover_image) @endif {{ $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
@csrf @method('DELETE')
Henüz ürün yok.
@if ($products->hasPages()) @endif
@endsection