@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @push('styles') @endpush @section('content') Report by cluster Download report in Excel CHOOSE CLUSTER @foreach(get_cluster(['id', 'display_name']) as $row) id, request('cluster_id')) }} value="{{ $row->id }}">{{ $row->display_name }} @endforeach ALL STATUS PROCESSING ON REVIEW APPROVED REJECTED Search @include('chart.demographic') @endsection @push('styles') @endpush @push('cdn_script') @endpush