@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.EstadoComanda') }} | {{ trans('pedidos.estado') }} | {{ trans('pedidos.subtotal') }} | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$item->created_at}} | {{$item->nombreProducto}} | {{$item->cantidad}} | {{$item->funEstadoDetalle->nombre}} | @switch($item->state) @case(0) {{ trans('pedidos.anulado') }} @break @case(1) {{ trans('pedidos.activo') }} @break @case(2) {{ trans('pedidos.inactivo') }} @break @default {{ trans('pedidos.indefinido') }} @endswitch | @if ($item->state == 1){{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($item->valorTotal)}} | @else{{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($item->valorTotal)}} | @endif||||||||||||||
{{ trans('pedidos.pagado') }} {{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($valorTotal)}} | @else{{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($valorTotal)}} | @endif @else{{App\Helpers\monedaH::getCurrentSimbol()}} {{number_format($valorTotal)}} | @endif
Código | Valor | Tipo de Código | Descripción | Restaurante |
---|---|---|---|---|
{{ $infoPromocode["code"] }} | {{ $infoPromocode["valor"]}} | {{ $infoPromocode["idTipoCode"] }} | {{ $infoPromocode["descripcion"] }} | {{ $infoPromocode["idRest"] }} |