@extends('checkout.master') @section('title', $userEvento->evento->nombre) @section('icon', $userEvento->evento->imagen) @section('content')
{{ $userEvento->user->nickname() }}, aca esta tu entrada!
{{@$userEvento->evento->nombre}}
{{ date('d/m - H:i', strtotime($userEvento->evento->fecha))}}
Direccion: {{$userEvento->evento->direccion}}
@else @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha) - (12*60*60)))Direccion: {{$userEvento->evento->direccion}}
@endif @endif @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha) - (12*60*60)) && $userEvento->evento->carta)Saldo: ${{ $userEvento->user->saldo() }}
@endif @if(strtotime(date('Y-m-d H:i:s')) >= (strtotime($userEvento->evento->fecha)) && $userEvento->evento->carta)| {{ $comnada->cantidad }} x {{ $comnada->producto->nombre }} | @if($comnada->estado_id == 0) Pago Pendinete @else {{ $comnada->estado->nombre }} @endif |
{{ $userEvento->user->nickname() }}, gracias por venir a {{@$userEvento->evento->nombre}}, te esperamos la proxima!
@endif