From 486b6c4d50bb2dc1078b155796b62b1c95edc987 Mon Sep 17 00:00:00 2001 From: Abdelrahman Saeed Date: Tue, 29 Jun 2021 13:48:29 +0200 Subject: [PATCH] updates --- resources/views/components/main.blade.php | 107 ++++++++++++---------- resources/views/layouts/scripts.blade.php | 10 -- 2 files changed, 60 insertions(+), 57 deletions(-) diff --git a/resources/views/components/main.blade.php b/resources/views/components/main.blade.php index 037e2ee..693966f 100644 --- a/resources/views/components/main.blade.php +++ b/resources/views/components/main.blade.php @@ -1,63 +1,76 @@
@if($tickets_count) -
-
-
-
- -
-
-

{{ $tickets_count }}

-
{{ trans('laratickets::admin.index-total-tickets') }}
+ +
+
+
+
+
+ +
+
+

{{ $tickets_count }}

+
{{ trans('laratickets::admin.index-total-tickets') }}
+
- -
-
-
- -
-
-

{{ $open_tickets_count }}

-
{{ trans('laratickets::admin.index-open-tickets') }}
+
+
+
+
+ +
+
+

{{ $open_tickets_count }}

+
{{ trans('laratickets::admin.index-open-tickets') }}
+
- -
-
-
- -
-
-

{{ $closed_tickets_count }}

- {{ trans('laratickets::admin.index-closed-tickets') }} +
+
+
+
+ +
+
+

{{ $closed_tickets_count }}

+ {{ trans('laratickets::admin.index-closed-tickets') }} +
+ +
-
+
-
+
{{ trans('laratickets::admin.index-tickets-share-per-category') }}
@@ -73,7 +86,7 @@
-
+
{{ trans('laratickets::admin.index-tickets-share-per-agent') }}
@@ -206,10 +219,10 @@
@endif
-@push('before-scripts') +@push('after-scripts') @if($tickets_count) - - +