@extends('checkout.master') @section('title', $evento->nombre) @section('icon', $evento->imagen) @section('content') @if($evento->id == 494) @endif
@if ($evento->imagen != null) @else

No Existe Media


@endif
@if($rrpp != null)

Invitado por {{$rrpp->name}}

@if($evento->act) {{ Html::linkRoute('buy', 'Comprar Entrada', [$evento->hash, Hashids::encode($rrpp->id)], array('class' => 'btn btn-outline-secondary btn-block')) }} @else @endif @else @if($evento->act) {{ Html::linkRoute('buy', 'Adquirir Entrada', $evento->hash, array('class' => 'btn btn-outline-secondary btn-block')) }} @else @endif @endif @if ($evento->descripcion != null)

{!!$evento->descripcion!!}

@endif
@endsection