@foreach(config('app.kpiSections') as $section)
{{ __('Create Questions for :section',['section'=>__(ucwords(str_replace('_',' ',$section)))]) }}
@include('dashboard.users_kpis.show_questions',['questions'=>$kpi->KPISQuestions()->where('section',$section)->get()]) @endforeach
{{ __('Notes') }}