@extends('layouts.app') @section('content')
{{ session('success') }}
| Nombre / CategorÃa | Precios (C/V) | Estado | Stock | Acciones |
|---|---|---|---|---|
|
{{ $product->name }}
{{ $product->category->name }}
|
C: RD${{ number_format($product->purchase_price, 2) }}
V: RD${{ number_format($product->sale_price, 2) }}
|
@if($product->is_active) ACTIVO @else INACTIVO @endif | {{ $product->stock }} | Editar |