Productos
Excel PDF Nuevo Producto
@if(request('search'))Limpiar@endif
@forelse($products as $p) @empty @endforelse
Nombre / Descripción Unidad Precio Unit. Acciones
{{ $p->name }}
@if($p->description)
{{ Str::limit($p->description,80) }}
@endif
@if($p->unit) {{ $p->unit }} @else @endif {{ $globalSym }} {{ number_format($p->price,2) }}
Editar
@csrf @method('DELETE')
No hay productos registrados. Agregar el primero
@if(method_exists($products,'hasPages') && $products->hasPages())
{{ $products->links() }}
@endif