@extends('layouts.vertical', ['pageTitle' => 'Apex Sparkline']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Apex Sparkline Chart', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Apex Charts', 'pageSubText' => 'Perfect for subtle metric insights, highly effective for presenting data in a streamlined format.']) @endsection @section('content')

Basic Sparklines

@endsection @section('scripts') @vite(['resources/scripts/pages/apexsparkline.js']) @endsection