@extends('layouts.default')
@include('plugins.amcharts')
@include('plugins.ammap')
@include('plugins.circliful')
@include('plugins.sparkline')
@include('plugins.notifyjs')
@include('plugins.select2')
@include('plugins.moment')
@include('plugins.bootstrap-datepicker')
@push("page-js")
@endpush
@push('page-css')
@endpush
@push('menu-sup')
@endpush
@section('page-title')
Dashboard
@endsection
@section('content')
@include('contents.form-agenda')
@foreach( $data['widgets'] as $index => $d )
@component('components.widget',[
'title' => $index,
'icon' => $d['icon'],
'total' => $d['total'],
'total_month' => $d['total_month']
]) @endcomponent
@endforeach
@endsection
@push('plugin-js')
@endpush