diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 421a8f16..2d8b0c4c 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -14,9 +14,9 @@ @include('partials.components') - @if(Setting::get('display_graphs')) + {{-- @if(Setting::get('display_graphs')) @include('partials.graphs') - @endif + @endif --}} @foreach(range(0, 7) as $i => $v) @include('partials.incident', array('i', $i))