@extends('layouts.app_discussion') @section('content')
@include('includes/dashboard/left_menu')

{{ config('tools.A4')}}

{{ Breadcrumbs::render('tools.hrBusinessAlignmentOGSM.index' ) }} {{-- --}} @foreach($data as $objectives) {{--
{{ (!empty($ogsm)) ? $ogsm->leader : ''}}
{{(!empty($ogsm)) ? $ogsm->title : ''}}
Objectives Goals Strategies 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
{{-- MODAL POPUP OBJECTIVES --}} {{-- MODAL POPUP STRATEGIES --}} @include('includes.confirmation_popup') @endsection