@extends('checkout.master') @section('title', $userEvento->evento->nombre) @section('icon', $userEvento->evento->imagen) @section('content')
@if($userEvento->evento->act) @if($userEvento->evento->direccion_publica) @else @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha) - (12*60*60))) @endif @endif @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha) - (12*60*60)) && $userEvento->evento->carta) @endif @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha)) && $userEvento->evento->carta)
@endif @if(0) {{ Html::linkRoute('entrada.menu', 'Menú', Hashids::encode($userEvento->id, time()), array('class' => 'btn btn-outline-secondary btn-block')) }}
@endif @if(count($userEvento->comandasPendientes())) @foreach ($userEvento->comandasPendientes() as $keyy => $comnada) @endforeach
{{ $comnada->cantidad }} x {{ $comnada->producto->nombre }} @if($comnada->estado_id == 0) Pago Pendinete @else {{ $comnada->estado->nombre }} @endif

@endif @else @endif

Tengo Dudas

@endsection