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

Gap Analysis @if(\App\Models\Role_Permission::hasExportPermission()) @endif

@include("admin.layouts.grow.growDimensions") @include("admin.layouts.grow.growFilters")

Gap Analysis Chart

Gap Analysis Table

@foreach($segmentsvalues as $segment) @endforeach
{{$dimensionName}} Total Size Identified Demand Gap
Total Market {{$totalSize}} {{$totalIdentifiedDemand}} {{$totalGap}}
{{$segment->segmentName}} {{$segment->totalSize}} {{$segment->identifiedDemand}} {{$segment->gap}}
*Filter criteria
@include("admin.filters_display", ['filter' => $filters_name])
@stop @section('footer_scripts') @stop