@extends('layout.master') @push('plugin-styles') {!! Html::style('/assets/plugins/morrisjs/morris.css') !!} @endpush @section('content')
Morris Charts

Good-looking charts shouldn't be difficult. Read the Official Morris.js Documentation for a full list of instructions and other options.

Line chart
Bar chart
Area chart
Donut chart
@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/raphael/raphael.min.js') !!} {!! Html::script('/assets/plugins/morrisjs/morris.min.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/morris.js') !!} @endpush