@extends('admin.layouts.app') @section('title', 'Ürünler | Admin') @push('styles') @endpush @section('content')
{{ session('success') }}
Tüm işletmelerin eklediği ürünler.
| Görsel | Ürün | İşletme | Kategori | Fiyat | Durum | İşlem |
|---|---|---|---|---|---|---|
|
@if($mainImage)
@php $imgUrl = asset('storage/' . $mainImage->file_path); @endphp
|
{{ $p->name }}
{{ $p->slug }}
|
{{ $p->business->name ?? '-' }} | {{ $p->productCategory->name ?? '-' }} | @if($p->price_from !== null) {{ number_format($p->price_from, 0, ',', '.') }} TL @else - @endif | @if($canProductsUpdate) @else @if($p->is_active) Aktif @else Pasif @endif @endif | Detay @if($canProductsDelete) @endif |
| Henüz ürün yok. | ||||||