@extends('layout.master') @push('plugin-styles') @endpush @section('content')
{{$initiatives->title}}
{{$initiatives->sub_title}}
{!!$initiatives->description!!}
@if($initiatives->impact == 'low') Low @endif @if($initiatives->impact == 'moderate') Moderate @endif @if($initiatives->impact == 'large') Large @endif
@if($initiatives->cost_of_implementation == 'low') Low @endif @if($initiatives->cost_of_implementation == 'medium') Medium @endif @if($initiatives->cost_of_implementation == 'high') High @endif
{{get_category_by_id($initiatives->category_id)->title}}
{{get_category_by_id($initiatives->sub_category_id)->title}}