{{ $pc->name }}

{{ (strlen($pc->name) > 90) ? substr($pc->name, 0, 95) . '...': $pc->name }}

{{-- MARCA: {{ $pc->brand->b_description ?? '' }}
--}} MINCOD: 0000{{ $pc->id?? '' }}
Stock: {{ $pc->stock ?? 'Disponible' }}
${{ number_format($pc->price, 2, '.', ' ') }} - S/{{ number_format(($pc->price * $configGeneral->cambio), 2, '.', ' ') }}