@extends('template.home.index') @section('title', trans('comanda.comanda_title')) @section('style') @endsection @section('content')
{{--
--}}
{{ trans('comanda.mesa_detalle') }} {{$orderData[0]->getMesa->nombre . ' - ' . $orderData[0]->getMesa->numeroMesa}}
{{$total['ordenados']}}
{{$total['enproceso']}}
{{$total['preparados']}}
{{-- @if ($notify>=1) @if ($sound==1) @endif @endif --}} @foreach ($orderData as $itemOrder)
{{ trans('comanda.cliente') }} {{$itemOrder->client}}
{{ trans('comanda.pedido_detalle') }} {{$itemOrder->referencia}}
@if (!empty($itemOrder->tableNumber))
{{ trans('comanda.mesa_detalle') }} {{-- {{$itemOrder->tableNumber}} --}}
@endif
{{ trans('comanda.items') }} {{$itemOrder->pending}}
{{date("d/m/Y h:i: a", strtotime($itemOrder->getPedidoRest->fecha))}}
@endforeach
@endsection @section('js') @endsection