@extends('layouts/contentNavbarLayout') @section('title', 'Reporting - Forms') @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'KPI Reporting'], ['label' => 'Main Report'], ]; @endphp @include('layouts.partials.page-header', [ 'title' => 'Main Report', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))->render() ]) @include('content.kpiReport.partials.form_filters') @include('content.kpiReport.partials.display_columns_button') @include('content.kpiReport.partials.modal_column_selector') @include('content.kpiReport.partials.results_section') @endsection @push('scripts') @include('content.kpiReport.js.kpi-report-access') @endpush