@extends('layouts.production') @section('addCss') {{ HTML::style('plugins/morris/morris.css') }} @endsection @section('content')

{{ Trans('dashboard.home') }} {{ Trans('dashboard.sub_title') }}

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@include('dashboard.inc.info')
@include('dashboard.inc.invoices') @include('dashboard.inc.graph')
@include('dashboard.inc.products')
@endsection @section('addJs') {{-- {{ HTML::script("http://www.chartjs.org/dist/2.7.0/Chart.bundle.js") }} --}} {{-- {{ HTML::script("http://www.chartjs.org/samples/latest/utils.js") }} --}} } @endsection