Sinopsis

{{$project->description}}

@if($project->url)Ver proyecto @endif

Tématicas

@foreach($sect->proyecto_tematicas($project->id,$lang) as $pt) {{$pt->name}} @endforeach

Medios

@foreach($sect->proyecto_medios($project->id,$lang) as $pm) {{$pm->name}} @endforeach

Año

@foreach($sect->proyecto_ano($project->year_id,$lang) as $pa) {{ $pa->year }} @endforeach

@if($project->team)
Equipo
{!!$project->team!!}

@endif @if($project->nominations)
Nominaciones
{!!$project->nominations!!}

@endif @if($project->awards)
Premios
{!!$project->awards!!}

@endif @if($project->funding)
Financiación
{!!$project->funding!!}
@endif