From 9c1496ad46d8979c4f4c525e3cd836c109593416 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 15 Mar 2021 12:36:41 +0530 Subject: [PATCH] Tooltip ka chakkar babu bhaiya --- .../manage/ticket_priority/index.blade.php | 16 +++++++--------- .../themes/default1/admin/layout/admin.blade.php | 12 +++++++----- .../themes/default1/agent/layout/agent.blade.php | 11 +++++------ 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/resources/views/themes/default1/admin/helpdesk/manage/ticket_priority/index.blade.php b/resources/views/themes/default1/admin/helpdesk/manage/ticket_priority/index.blade.php index e2c1eb0de..fd5b721ce 100644 --- a/resources/views/themes/default1/admin/helpdesk/manage/ticket_priority/index.blade.php +++ b/resources/views/themes/default1/admin/helpdesk/manage/ticket_priority/index.blade.php @@ -58,20 +58,19 @@ class="nav-link active" -
-
- +
+ -
+
{!! Datatable::table() ->addColumn( Lang::get('lang.priority'), @@ -81,10 +80,9 @@ class="nav-link active" Lang::get('lang.action')) ->setUrl(route('priority.index1')) // this is the route where data will be retrieved ->render() !!} +
-@stop -@push('scripts') @@ -133,4 +131,4 @@ class="nav-link active" }); }); -@endpush \ No newline at end of file +@stop \ No newline at end of file diff --git a/resources/views/themes/default1/admin/layout/admin.blade.php b/resources/views/themes/default1/admin/layout/admin.blade.php index 13bd49baa..a5347b3c1 100644 --- a/resources/views/themes/default1/admin/layout/admin.blade.php +++ b/resources/views/themes/default1/admin/layout/admin.blade.php @@ -36,11 +36,17 @@ + - + + + + + + @yield('HeadInclude')