@extends('adminlte::page') @section('title', $titulo ?? '') @section('content_header')
| Compra | {{ $inventoryFrame->currency_type =='SUS' ? '$us': 'Bs'}} {{ number_format($inventoryFrame->currency_type =='SUS' ? $inventoryFrame->pricebuy_sus : $inventoryFrame->pricebuy_bs ?? 0, 2) }} |
| Venta | {{ $inventoryFrame->currency_type =='SUS' ? '$us': 'Bs'}} {{ number_format($inventoryFrame->currency_type =='SUS' ? $inventoryFrame->pricesale_sus : $inventoryFrame->pricesale_bs ?? 0, 2) }} |