@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