@extends('layouts.vertical', ['title' => 'Apex Pie Charts', 'topbarTitle' => 'Apex Pie Charts']) @section('css') @endsection @section('content')

Simple Pie Chart

Simple Donut Chart

Monochrome Pie Chart

Gradient Donut Chart

Patterned Donut Chart

Pie Chart with Image fill

Donut Update

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