@extends('template.layoutAdmin', ['activeButton'=>'productos']) @section('style') @endsection @section('title') {{ trans('pedidos.detallePedido') }} @endsection @section('cabecera')
{{ trans('pedidos.fecha') }} | {{ trans('pedidos.imagen') }} | {{ trans('pedidos.nombre') }} | {{ trans('pedidos.cantidad') }} | {{ trans('pedidos.estado') }} | {{ trans('pedidos.subtotal') }} | |
---|---|---|---|---|---|---|
{{$item->created_at}} | {{$item->nombreProducto}} | {{$item->cantidad}} | {{$item->funEstadoDetalle->nombre}} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($item->valorTotal)}} | ||
{{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($valorTotal)}} |