@extends('gorevsitesi.layouts.app') @section('title', 'Ürünler - GorevSitesi') @section('description', 'GorevSitesi\'nde binlerce kaliteli ürün arasından size en uygun olanları keşfedin.') @section('content')

Ürünler

Kaliteli ürünler, uygun fiyatlar

Filtreler
Tüm Kategoriler @foreach($categories as $category) {{ $category->name }} @endforeach
{{ $products->count() }} ürün bulundu
Sayfa başına:
@foreach($products as $product)
{{ $product->product_name }} @if($product->is_digital) Dijital @endif @if(isset($product->stock_quantity) && $product->stock_quantity <= 5 && !$product->is_digital) Son {{ $product->stock_quantity }} adet @endif
{{ $product->product_name }}

{{ $product->description }}

{{ number_format($product->price, 2) }} ₺ @if($product->category)
{{ $product->category->name }}
@endif
@if($product->is_digital) Dijital Ürün @elseif(isset($product->stock_quantity)) @if($product->stock_quantity > 10) Stokta @elseif($product->stock_quantity > 0) Az Stok @else Stokta Yok @endif @else Mevcut @endif
İncele @php $isAvailable = $product->status && ($product->is_digital || ($product->stock_quantity ?? 0) > 0); @endphp @if($isAvailable) @else @endif
@endforeach
Yükleniyor...

Ürünler yükleniyor...

Ürün bulunamadı

Arama kriterlerinizi değiştirip tekrar deneyin.

@endsection @push('scripts') @endpush