diff --git a/resources/views/components/main.blade.php b/resources/views/components/main.blade.php index 693966f..84a06b4 100644 --- a/resources/views/components/main.blade.php +++ b/resources/views/components/main.blade.php @@ -48,10 +48,14 @@
-
{{ trans('laratickets::admin.index-performance-indicator') }}
+
+ {{ trans('laratickets::admin.index-performance-indicator') }} +
- -
-
-
- + + -
- + + @endforeach + {!! $categories->links() !!} +
+ -
- + + @endforeach + {!! $agents->links() !!} +
+ + + @endforeach + {!! $users->links() !!}
@@ -218,78 +223,79 @@ {{ trans('laratickets::admin.index-empty-records') }}
@endif -
-@push('after-scripts') - @if($tickets_count) - - + - @endif -@endpush + /** + * just for resize chart after page loadm + */ + setTimeout(function () { + drawChart(); + }, 3000); + + @endif + @endpush +