@section('page_title')
@csrf

{{ $page_title }}

@endsection @section('page_content')
@foreach ($stages as $stage)

{{ $overview_data[$stage->id]['count'] }}

{{ $overview_data[$stage->id]['label'] }}
@endforeach

Donut Chart

Line Chart

Pipeline Stages

@foreach ($stages as $stage)
@if (count($overview_data[$stage->id]) > 0)
@if (count($overview_data[$stage->id]['data']) > 0) @foreach ($overview_data[$stage->id]['data'] as $lead)
Lead Name Source Collection Lead Owner Created At Action