@extends('admin/layouts/default') {{-- Page title --}} @section('title') Ramp Up Curve @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Ramp Up Curve @if(\App\Models\Role_Permission::hasExportPermission()) @endif

MEASURES

@include('admin.layouts.pipeline.measures')

FILTERS

@include('admin.pipelineFilters')

Ramp Up Curve Chart

Please click on the chart to get a detailed view.
@if (empty($request->get('key_fig'))) No data provided ! @else @endif

Ramp Up Curve Table

@if (empty($request->get('key_fig'))) No data provided ! @else @foreach( $labels as $label) @endforeach @foreach($table_data as $key => $item) @foreach ($item["data"] as $keyData => $data) @endforeach @endforeach
{{ $label }}
{{ $item["title"] }}{{ $data }}
@include("admin.pipeline_display_filters")
@endif
@stop {{-- page level scripts --}} @section('footer_scripts') @stop