@extends('admin.layouts.master')
@section('title')
@lang('messages.Dashboards')
@endsection
@section('styles')
@endsection
@section('content')
{{--
{{ $chart2->options['chart_title'] }}
--}}
{!! $chart2->renderHtml() !!}
{{--
{{ $chart1->options['chart_title'] }}
--}}
{!! $chart1->renderHtml() !!}
{{--
{{ $chart3->options['chart_title'] }}
--}}
{!! $chart3->renderHtml() !!}
@endsection
@section('scripts')
{!! $chart1->renderChartJsLibrary() !!}
{!! $chart1->renderJs() !!}
{!! $chart2->renderJs() !!}
{!! $chart3->renderJs() !!}
@endsection