@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/socialAction.css')->withFullUrl() !!} @stop @section('title') Detalle de proyecto - {{ $name }} @stop @section('description') Detalles de los proyectos en los que colabora Radio ECCA. @stop @section('content') {!! Breadcrumbs::render('social-action-detail-project', $name) !!}
Acción Social
Detalles del proyecto
{{ $project->getTitle() }}
Descripción
{!! $project->getDescription() !!}
@if ( $project->getResult() !="" )
Resultados
{!! $project->getResult() !!}
@endif
Año
{{ $project->getYear() }}
Etiquetas
{{ $project->getIdProjectCategory()->getName() }} @if ( count($locationArray) > 0 ) @foreach ($locationArray as $location) {{ $location->getName() }} @endforeach @endif
@if ( $project->getOverallObjective() != "" )
Objetivo general
{!! $project->getOverallObjective() !!}
@endif @if ( $project->getSpecificObjective() !="" )
Objetivo específico
{!! $project->getSpecificObjective() !!}
@endif @if ( count($funderArray) > 0 )
Financiadores
@foreach ($funderArray as $funder)
{!! $funder->getName() !!}
@endforeach
@endif
@if ( count($photoArray) > 0 )
Galería
@foreach ($photoArray as $photo)
@endforeach
@endif
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop