@extends('layouts.admin') @section('title', 'مدیریت محصولات') @section('content')
| تصویر | عنوان | دستهبندی | قیمت | موجودی | وضعیت | ویژه | عملیات |
|---|---|---|---|---|---|---|---|
|
@if($product->thumbnail)
|
{{ $product->name }}
|
{{ $product->category }} | {{ number_format($product->price) }} تومان | @if($product->stock > 0) {{ $product->stock }} @else ناموجود @endif | @if($product->is_active) فعال @else غیرفعال @endif | @if($product->is_featured) ویژه @endif | |
| هیچ محصولی یافت نشد. | |||||||