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

{{ $objectives->objectives }}

--}}
{{--

{{ $objectives->goals }}

--}} {!! html_entity_decode($objectives->goals) !!}
{!! html_entity_decode($strategy->strategy) !!} {{--

{{ $strategy->strategy }}

--}}
{!! html_entity_decode($strategy->measures) !!} {{--

{{ $strategy->measures }}

--}}
{!! html_entity_decode($strategy->strategy) !!} {{--

{{ $strategy->strategy }}

--}}
{!! html_entity_decode($strategy->measures) !!} {{--

{{ $strategy->measures }}

--}}
--}} @endforeach