@extends('layouts.main') @section('content') @if ($bannerImage)
{{ $bannerImage->name }}

{{ $output->name }}

@else

{{ $output->name }}

@endif
@if ($headlineImage) {{ $headlineImage->name }} @endif
{!! $output->description !!}
@if (count($output->actions))

Actions Contributing to {{ $output->name }}

@foreach ($output->actions as $action) @endforeach
Actions Contribution
{{ $action->name }} {{ $action->pivot->specifics }}
@endif
@todo A sidebar!
@stop