@extends('checkout.masterMock') @section('title', $evento->nombre) @section('icon', $evento->imagen) @section('content')

{{ $evento->nombre }}

@if ($evento->imagen != null) {{ $evento->nombre }} @else

No hay imagen disponible


@endif
@if($rrpp != null)

Invitado por {{ $rrpp->name }}

@endif @if($evento->act) {{ Html::linkRoute('buyMock', 'Comprar Entrada', $rrpp ? [$evento->hash, $rrpp->nickname] : $evento->hash, ['class' => 'btn btn-outline-info btn-block']) }} @else @endif
@endsection