@extends('layouts.master') @section('content') @include('partials.containers-header') @include('partials.errors_display')
@lang('Add KPI to BSC')
{{ Form::open([ 'url' => 'cmi/store', 'method' => 'post' ]) }}
@csrf {!! Form::hidden('phase_id', \App\Models\Phase::activePhase()->id) !!} @include('cmi.fields',['op' => 'create'])
{{ Form::close() }}
@include('partials.containers-footer') @endsection @section('javascript') @include('cmi.scripts') @include('cmi.doc') @endsection