{{-- resources/views/admin/dashboard.blade.php --}} @extends('adminlte::page') @section('title', 'Analytics | ' . Config::get('adminlte.title')) @section('content_header')

Analytics

@stop @section('content') {{--Show message if any--}} @include('layouts.flash-message')

Data


{!! $analytic->render() !!}

{!! $html->table(['class' => 'table table-hover']) !!}
@stop @section('css') @stop @section('js') {{--Datepicker--}} {{--Button--}} {!! $html->scripts() !!} @stop