@extends('layouts/contentNavbarLayout') @section('title', 'KPI Indicator - New') @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'KPI Indicator'], ['label' => 'Create New Indicator'] ]; @endphp @include('layouts.partials.page-header', [ 'title' => 'Create New Indicator', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))->render() ])


@include('newIndicator.previous-indicator-list') @include('newIndicator.next-indicator-list')
@endsection