@extends('layouts.app') @section('css') @endsection @section('content')
${{$item->precio}} // Stock: {{ $item->existencia }} pza(s)
{{$item->nombre}}
{{Illuminate\Support\Str::limit($item->descripcion,150)}}
$0 // Stock: {{ $item->existencia }} pza(s)
{{$item->nombre}}
{{Illuminate\Support\Str::limit($item->descripcion,150)}}
${{$item->precio}} // Stock: {{ $item->existencia }} pza(s)
{{$item->nombre}}
{{Illuminate\Support\Str::limit($item->descripcion,150)}}