@extends('smartadmin::layout') @section('title') @lang('Active People Dashboard') @endsection @section('breadcrumbs') @include('smartadmin::components.breadcrumbs', ['category' => 'Dashboard', 'sub_category' => '', 'page_title' => 'Active People Dashboard']) @endsection @section('subheader') @include('smartadmin::components.subheader', ['icon' => 'globe', 'page_title' => $la_name.' - ACTIVE PEOPLE DASHBOARD', 'sub_title' => 'SubTitle', 'badge_text' => 'STICKER', 'punch_line' => 'This dashboard displays the most dominant profile of participants based on age, gender, deprivation and Mosaic segmentation using the selected filters. The full breakdowns are then provided as graphs with benchmarks against the selected sport or programmes.', 'sub_header' => '']) @endsection @section('content')

Filters

@include('smartadmin::components.panel_toolbar')
{{--
--}}
@include('filters.datefilter', ['start_date' => $start_date, 'end_date' => $end_date])
@include('filters.datebenchmark', ['start_date' => $start_date, 'end_date' => $end_date])
@include('filters.local_participant_filter')
@include('filters.participant_benchmark_filter')
@include('filters.population_benchmark_filter')
{{--
--}} {{--
--}}
{{--
--}}
{{-- --}}

@endsection @section('pr-css') @endsection @section('pr-scripts') @endsection @push('scripts') @endpush