From 09e92506fd3d8ab374643cd6e7c854617f19861c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Wed, 1 Jul 2026 23:15:36 +0300 Subject: [PATCH] feat: implement tabbed interface to toggle between Gantt chart and intern list in admin dashboard --- .../front/career/admin_dashboard.blade.php | 87 ++++++++++++++++++- 1 file changed, 83 insertions(+), 4 deletions(-) diff --git a/resources/views/front/career/admin_dashboard.blade.php b/resources/views/front/career/admin_dashboard.blade.php index a98ac14..12217d7 100644 --- a/resources/views/front/career/admin_dashboard.blade.php +++ b/resources/views/front/career/admin_dashboard.blade.php @@ -11,11 +11,29 @@ @include('front.career.partials.stats') - - @include('front.career.partials.gantt') + +
+
+ + + +
+
- - @include('front.career.partials.list') + +
+ @include('front.career.partials.gantt') +
+ + @@ -174,6 +192,22 @@ +@push('styles') + +@endpush + @push('scripts') @endpush