@extends('business.layouts.app') @section('title', 'Ürünlerim - İşletme Paneli') @push('styles') @endpush @section('content')
Ürünlerinizi listeleyin ve yönetin.
{{ session('success') }}
Henüz ürün eklenmemiş.
İlk ürünü ekle| Görsel | Ürün | Kategori | Fiyat | Durum | İşlem |
|---|---|---|---|---|---|
|
@if($mainImage)
@php $imgUrl = asset('storage/' . $mainImage->file_path); @endphp
|
{{ $product->name }}
@if($product->slug)
{{ $product->slug }}
@endif
|
{{ $product->productCategory->name ?? '-' }} | @if($product->price_from !== null) {{ number_format($product->price_from, 0, ',', '.') }} TL @else - @endif | @if($product->is_active) Yayında @else Taslak @endif | Düzenle |