@foreach($data->objectives as $objectives) @if(count($objectives->strategies) > 0) @foreach($objectives->strategies as $key=> $strategy) @if($key == 0) @endif @if($key > 0) @endif @endforeach @else @endif @endforeach
{{ (!empty($data)) ? $data->leader : ''}}
{{(!empty($data)) ? $data->title : ''}}
Objectives Goals Strategy Measures
{!! html_entity_decode($objectives->objectives) !!}
{!! html_entity_decode($objectives->goals) !!}
{!! html_entity_decode($strategy->strategy) !!}
{!! html_entity_decode($strategy->measures) !!}
{!! html_entity_decode($strategy->strategy) !!}
{!! html_entity_decode($strategy->measures) !!}
{{-- --}} Back