Name (AR)
{{ $category->name_ar }}
Slug
{{ $category->slug }}
Icon
{{ $category->icon ?? 'N/A' }}
Description
{{ $category->description ?? 'N/A' }}
Products Count
{{ $category->products->count() }}
| Name | Price | Stock | Status |
|---|---|---|---|
| {{ $product->name }} | ${{ number_format($product->price, 2) }} | {{ $product->stock }} | {{ ucfirst($product->status) }} |