@extends('layouts.jovenes') @section('title', $page->post->title) @section('content')
@if($options->video)
@endif @if($section = $page->getSection('evento'))

{{ $section->post->title }}

{!! $section->post->content !!}
@if($section->atts->url) @endif
@endif @if($section = $page->getSection('agenda'))

{{ $section->post->title }}

@if($section->image) @endif @if($section->atts->url) @endif
@endif @if($section = $page->getSection('conferencistas'))

{{ $section->post->title }}

@foreach($section->images->sortBy('post.order') as $medium)

{{ $medium->post->title }}

{{ $medium->post->excerpt }}

Ver perfil
@endforeach
@endif @if($section = $page->getSection('inscripciones'))

{{ $section->post->title }}

{!! $section->post->content !!}
@if($section->atts->url) @endif
@endif
@if($section = $page->getSection('sede'))

{{ $section->post->title }}

@if($section->post->excerpt)
{!! $section->post->excerpt !!}
@endif
{!! $section->post->content !!}
@if($section->atts->url) @endif
@endif @if($section = $page->getSection('hotel'))

{{ $section->post->title }}

@if($section->post->excerpt)
{!! $section->post->excerpt !!}
@endif
{!! $section->post->content !!}
@if($section->atts->url) @endif
@endif
@foreach($page->sections->where('selector', 'logos')->sortBy('post.order') as $section) @if($section->images->count())

{{ $section->post->title }}

{!! $section->post->content !!}
@foreach($section->images->sortBy('post.order') as $medium) @endforeach
@endif @endforeach

Contacto

Podés escribirnos o enviarnos tus datos de inscripción a: info.5encuentrojovenes@gmail.com

{!! Form::open([ 'class' => 'ajax-form', 'route' => 'form.contact' ]) !!}
{!! Form::text('name', null, ['class' => 'form-control', 'data-required']) !!}
{!! Form::email('email', null, ['class' => 'form-control', 'data-required']) !!}
{!! Form::textarea('message', null, ['class' => 'form-control', 'data-required', 'rows' => 5]) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush