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

Basic Box Chart

Boxplot with Scatter Chart

@endsection @section('script') @endsection