@extends('layouts.tenant') @section('tenant-content')

Catálogo de Items

@foreach($items as $item) @endforeach
SKU Nombre Tipo Precio Venta
{{ $item->codigo_sku }} {{ $item->nombre }} {{ $item->tipo }} ${{ number_format($item->precio_venta, 2) }}
@endsection