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

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

{{ Breadcrumbs::render('tools.maturityDevelopmentPlan.view' ) }} {{-- --}} {{-- --}} @foreach($data as $key=>$development_plan) {{-- --}} @endforeach
5-8 High Urgency/High Impact HR Maturity Areas
Accountability Current Maturity Level Maturity Level AspirationSMART Goal
{{ $development_plan->faAccountability->accountabilities }} @if($development_plan->current_maturity_level == NULL) Select @else {{($development_plan->CurrentMaturityLevel) ? $development_plan->CurrentMaturityLevel->maturity_level_text : ''}} @endif @if($development_plan->maturity_level_aspiration == NULL) Select @else {{($development_plan->MaturityLevelAspiration) ? $development_plan->MaturityLevelAspiration->maturity_level_text : ''}} @endif
@endsection