@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