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

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/pages/chart-apex-pie.js']) @endsection