@section('content')
@if($block = $page->block('bienvenido'))

{!! $block->post->content !!}
@foreach($block->post->media()->notFeatured()->get()->sortBy('post.order') as $medium)
{{ $loop->iteration }} {{ $medium->post->title }}
@endforeach
@endif @if($stores->count())

@foreach($stores as $store)

{{ $store->post->title }}

@endforeach
@endif
@if($block = $page->block('auspiciantes'))

{{ $block->post->title }}

@endif @if($block = $page->block('ediciones'))

{{ $block->post->title }}

{!! $block->post->content !!}
@endif @if($block = $page->block('camara'))

{{ $block->post->title }}

{!! $block->post->content !!}
@endif @if($block = $page->block('sociedad'))

{{ $block->post->title }}

{!! $block->post->content !!} @if($block->url) @endif
@endif
@endsection @section('scripts') @endsection