@extends('admin/layouts/default') {{-- Page title --}} @section('title') Charts @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Flot Charts

Google bar chart

{!! $google->html() !!}

Database Chart

{!! $db_chart->html() !!}

Bar Chart

{!! $multi_db->html() !!}

Pie chart

{!! $group_chart->html() !!}

Area Chart

{!! $area->html() !!}

Line Chart

{!! $material->html() !!}

Donut Chart

{!! $donut->html() !!}
@stop {{-- page level scripts --}} @section('footer_scripts') {!! Charts::scripts() !!} {!! $db_chart->script() !!} {!! $multi_db->script() !!} {!! $group_chart->script() !!} {!! $material->script() !!} {!! $google->script() !!} {!! $area->script() !!} {!! $donut->script() !!} @stop