@extends('layouts.admin.master') @section('title')ChartJS Chart {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

ChartJS Chart

@endslot @endcomponent
Bar Chart
Line Graph
Radar Graph
Line Chart
Doughnut Chart
Polar Chart
@push('scripts') @endpush @endsection