@extends('partials.master') @section('title') {{ Contest::title(trans('frontend.menu.concurso')) }} @stop @section('open-graph') @if ($status === 'teaser') @else @endif @if ($status === 'teaser') @else @endif @stop @section('master')
@if ($edition === 'pt') @include("partials.past-editions.{$year}") @elseif ($edition === 'pt-BR') @include("partials.past-editions.{$year}-br") @elseif ($edition === 'es') @include("partials.past-editions.{$year}-es") @else

Não há edições passadas!

@include("partials.past-editions.{$year}") @endif @include("editions.{$edition}.partners")
@stop