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')