@extends('crm.layouts.app') @section('styles') @endsection @section('content')
{{-- Demo Details Starts --}} @if (config('app.demo') == true) @include('crm.demo') @endif {{-- Demo Details Ends --}}
@include('crm.graphs.graph03')
@include('crm.graphs.graph01')
@include('crm.reports.inventoryReport')
@include('crm.graphs.graph05')
@include('crm.graphs.graph06')
@endsection @section('scripts') @yield('script_graph01') @yield('script_graph03') @yield('script_graph05') @yield('script_graph06') @endsection