@extends('admin.layout') @section('title', 'Productos - Admin IMOZA') @section('header', 'Productos') @section('content')
| Producto | Categoría | Marca | Precio | Stock | Acciones |
|---|---|---|---|---|---|
|
@if($product->image)
IMG
@endif
{{ $product->name }}
|
{{ $product->category->name ?? '-' }} | {{ $product->brand->name ?? '-' }} | ${{ number_format($product->price, 2) }} | {{ $product->stock }} {{ $product->unit }} | |
| No hay productos registrados. | |||||