@extends('layouts.vertical', ['title' => 'Apex Funnel Charts']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['title' => 'Funnel Charts', 'subtitle' => 'Apex'])

Funnel Chart

Pyramid Chart

@endsection @section('scripts') @vite(['resources/js/components/chart-apex-funnel.js']) @endsection