@extends('layouts.master') @section('title')Pie charts @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Charts @endslot @slot('title') Pie charts @endslot @endcomponent @endsection

Simple Pie Chart

Simple Donut Chart

Updating Donut Chart

Monochrome Pie Chart

Gradient Donut Chart

Patterned Donut Chart

Pie Chart with Image Fill

@endsection @section('script') @endsection