@extends('layouts.app') @section('page-title', __('New KPI')) @section('title', __('New KPI')) @section('content')

{{ __('New KPI') }}

{{ __('Back to KPIs') }}
@csrf @include('performance.kpis._form', ['kpi' => null]) {{ __('Cancel') }}
@endsection