@if(!empty($seniorLeadershipAlignment)) @else @csrf @endif @if(!empty($seniorLeadershipAlignment)) @foreach($data 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 @endif
{{ (!empty($seniorLeadershipAlignment)) ? $seniorLeadershipAlignment->leader : ''}}
{{(!empty($seniorLeadershipAlignment)) ? $seniorLeadershipAlignment->title : ''}}
Save Cancel
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