admin_profile.blade.php 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Research Admission</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  8. <meta name="keywords" content="" />
  9. <!-- facebook tags -->
  10. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  11. <meta property="og:type" content="website"/>
  12. <meta property="og:title" content="Research Admission"/>
  13. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  14. <!-- Linkedin tags -->
  15. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  16. <meta property="og:type" content="website"/>
  17. <meta property="og:title" content="Research Admission"/>
  18. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  21. <!-- Bootstrap -->
  22. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  23. <!-- tobii css -->
  24. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  25. <!-- Icons -->
  26. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  27. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  28. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  30. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.css">
  31. <!-- Slider -->
  32. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  33. <!-- Main Css -->
  34. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  35. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  36. <link rel="preconnect" href="https://fonts.googleapis.com">
  37. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  38. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
  39. <link rel="preconnect" href="https://fonts.googleapis.com">
  40. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  41. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  42. <link rel="preconnect" href="https://fonts.googleapis.com">
  43. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  44. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  45. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  46. <link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
  47. {{-- Ajax Form Submit --}}
  48. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  49. <link href="{{ asset('css/noty/lib/themes/sunset.css') }}" rel="stylesheet" type="text/css">
  50. <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
  51. <link href="{{ asset('css/wait-me/waitMe.min.css')}}" rel="stylesheet" type="text/css">
  52. </head>
  53. <style>
  54. body {
  55. font-family: 'Oswald', sans-serif;
  56. font-family: 'Quicksand', sans-serif;
  57. }
  58. h1, h2, h3, h4, h5, h6 {
  59. font-family: 'Oswald', sans-serif;
  60. font-family: 'Quicksand', sans-serif;
  61. }
  62. .bg-half-170 {
  63. padding:0px;
  64. }
  65. .bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
  66. background-color: #4b4c68 !important;
  67. color: white!important;
  68. border-radius:0px !important;
  69. }
  70. .nav-pills .nav-link{
  71. color: white !important;
  72. }
  73. .nav-pills {
  74. margin-bottom: 0px;
  75. background:none;
  76. }
  77. .logo {
  78. font-weight: 700;
  79. font-size: 24px;
  80. margin-right: 0px;
  81. padding: 0 0 6px;
  82. letter-spacing: 1px;
  83. line-height: 68px;
  84. }
  85. a {
  86. text-decoration: none !important;
  87. }
  88. .table {
  89. width: 100%;
  90. color: #6e6b7b;
  91. }
  92. .list_table thead tr th {
  93. font-size: 12px;
  94. font-weight: 700;
  95. background-color: #16183f69;
  96. text-transform: capitalize;
  97. color: #ffff;
  98. }
  99. .list_table thead tr th {
  100. padding: 11px 6px 10px!important;
  101. }
  102. .list_table .institute_info {
  103. display: flex !important;
  104. }
  105. .list_table .institute_info .left {
  106. width: 37px;
  107. align-self: center;
  108. }
  109. .list_table .institute_info .left .fa {
  110. background: #f1f0fb;
  111. padding: 10px;
  112. border-radius: 100%;
  113. font-size: 14px;
  114. color: #2e1153;
  115. }
  116. tbody, td, tfoot, th, thead, tr {
  117. border-color: inherit;
  118. border-style: dashed;
  119. border-width: 0;
  120. }
  121. .change_pass_btn {
  122. margin-top: 0;
  123. color: #ffff;
  124. border: 1px solid #9f9fa169;
  125. border-radius: 50%;
  126. padding: 8px 8px;
  127. margin-right: 0;
  128. background: #16183f69;
  129. font-size: 15px!important;
  130. }
  131. .icon_bar {
  132. width: fit-content;
  133. overflow: auto;
  134. border-radius: 0.25rem;
  135. padding: 2px 4px;
  136. margin: 0 auto;
  137. border: 0.5px solid #d8e2e7;
  138. }
  139. .icon_bar a {
  140. text-align: center;
  141. padding: 0;
  142. color: #818084;
  143. font-size: 16px;
  144. margin: 0 3px;
  145. border-bottom: none;
  146. top: 0;
  147. }
  148. .label_badge_radius {
  149. color: #2e1153;
  150. border-radius: 20px;
  151. padding: 1px 10px;
  152. font-size: 10px;
  153. line-height: 1.3;
  154. letter-spacing: .2px;
  155. font-weight: 600;
  156. background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253));
  157. }
  158. .label_badge_no {
  159. color: red;
  160. border-radius: 20px;
  161. padding: 1px 10px;
  162. font-size: 11px;
  163. line-height: 1.3;
  164. letter-spacing: .2px;
  165. font-weight: 600;
  166. background-color:#ffecee;
  167. }
  168. .label_badge_gpa {
  169. color: #00b4d8;
  170. border-radius: 20px;
  171. padding: 1px 10px;
  172. font-size: 11px;
  173. line-height: 1.3;
  174. letter-spacing: .2px;
  175. font-weight: 600;
  176. background-color:#e2edff;
  177. }
  178. .label_badge_work {
  179. color: #10bd77;
  180. border-radius: 20px;
  181. padding: 1px 10px;
  182. font-size: 11px;
  183. line-height: 1.3;
  184. letter-spacing: .2px;
  185. font-weight: 600;
  186. background-color:#dffff2;;
  187. }
  188. .ms-5 {
  189. margin-left: 2.4rem!important;
  190. }
  191. .btncl{
  192. padding: 2px 6px;
  193. color: #ffffff !important;
  194. background-color: #ffc107 !important;
  195. border-radius: 30px;
  196. }
  197. .btncl:hover {
  198. background-color: #ffffff !important;
  199. border-color: #ffc107 !important;
  200. color: #ffc107 !important;
  201. }
  202. .btn2{
  203. background-color: #141639c4 !important;
  204. color:white !important;
  205. border-radius: 20px;
  206. box-shadow:none !important;
  207. padding:3px 13px !important;
  208. font-size:13px;
  209. }
  210. .btn2:hover{
  211. background: #fff !important;
  212. color: #141639c4 !important;
  213. border-radius: 20px;
  214. border-color: #2e1153!important;
  215. }
  216. .top_part_status_name {
  217. border-radius: 20px;
  218. padding: 1px 22px 1px 10px;
  219. font-size: 10px;
  220. font-weight: 400;
  221. line-height: 1.3;
  222. letter-spacing: .2px;
  223. top: 0;
  224. position: relative;
  225. width: fit-content;
  226. display: flex;
  227. }
  228. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  229. border-top-left-radius: 0.25rem;
  230. border-top-right-radius: 0.25rem;
  231. }
  232. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  233. background: #2e1153;
  234. color: #fff !important;
  235. }
  236. .dropdown-menu {
  237. display: none;
  238. float: left;
  239. min-width:5rem;
  240. padding: 0.5rem 0;
  241. margin: 0.125rem 0 0;
  242. color: #212529;
  243. text-align: left;
  244. list-style: none;
  245. background-color: #fff;
  246. background-clip: padding-box;
  247. border: 1px solid rgba(0,0,0,.15);
  248. border-radius: 0.25rem;
  249. font-size: 11px;
  250. background-color: #dedbf1;
  251. }
  252. .dropdown-item {
  253. display: block;
  254. width: 100%;
  255. clear: both;
  256. font-weight: 400;
  257. text-align: inherit;
  258. white-space: nowrap;
  259. background: 0 0;
  260. border: 0;
  261. padding: 4px 12px;
  262. }
  263. .site-header {
  264. position: fixed;
  265. top: 0;
  266. left: 0;
  267. width: 100%;
  268. height: auto;
  269. max-height: 80px;
  270. background: #fff;
  271. padding: 0px 15px 0 0;
  272. z-index: 80;
  273. }
  274. .sidebar-wrapper .sidebar-menu ul li a {
  275. display: inline-block;
  276. width: 100%;
  277. text-decoration: none;
  278. position: relative;
  279. padding:7px 15px 7px 20px;
  280. }
  281. .sidebar-wrapper .sidebar-menu ul li:hover>a{
  282. background-color: #4b4c68 !important;
  283. color:white;
  284. border-radius: 0px !important
  285. }
  286. .tech{
  287. border-bottom: 2px solid #4b4c68;
  288. }
  289. .single_glance_row {
  290. background-color: rgb(255 255 255);
  291. font-size: 12px !important;
  292. margin: 0 !important;
  293. border: none;
  294. border-radius: 0;
  295. padding: 8px 10px;
  296. color: #343434;
  297. font-size: 1rem;
  298. }
  299. .top_part_status_name {
  300. border-radius: 20px;
  301. padding: 1px 22px 1px 10px;
  302. font-size: 10px;
  303. font-weight: 400;
  304. line-height: 1.3;
  305. letter-spacing: .2px;
  306. top: 0;
  307. position: relative;
  308. width: fit-content;
  309. display: flex;
  310. }
  311. .destination_boxes {
  312. display: flex;
  313. flex-flow: wrap;
  314. padding: 12px 12px 0;
  315. margin-bottom: 20px;
  316. }
  317. .destination_boxes .box {
  318. width: 100px;
  319. height: 100px;
  320. border-radius: 0.25rem;
  321. text-align: center;
  322. margin: 0 15px 15px 0;
  323. border: solid 1px #d8e2e7;
  324. cursor: pointer;
  325. display: flex;
  326. align-items: center;
  327. justify-content: center;
  328. }
  329. .destination_boxes .box .flag_country {
  330. line-height: 15px;
  331. }
  332. .destination_boxes .box .flag_country img {
  333. width: 25px;
  334. height: 25px;
  335. border-radius: 100%;
  336. display: block;
  337. margin: 0 auto;
  338. margin-bottom: 4px;
  339. }
  340. .destination_boxes .box:hover {
  341. background: #dfe2e6;
  342. transition: 1s;
  343. }
  344. </style>
  345. <body>
  346. <header id="" class="site-header">
  347. <div class="container-fluid">
  348. <div class="row">
  349. <div class="col-lg-12">
  350. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  351. <div class="navbar-container d-flex content">
  352. <div class="col-md-11">
  353. <div class="d-flex align-items-center">
  354. <ul class="nav navbar-nav mr-auto header_left">
  355. <li class="nav-item d-flex">
  356. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  357. <a class="logo" href="index.html">
  358. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  359. </a>
  360. </div>
  361. </li>
  362. </ul>
  363. </div>
  364. </div>
  365. <div class="col-md-1" style="display:flex;">
  366. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-3">
  367. <li class="nav-item dropdown dropdown-notification">
  368. <a href="">
  369. <i class="fa fa-bell change_pass_btn"></i>
  370. </a>
  371. </li>
  372. </ul>
  373. <!-- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  374. <li class="nav-item dropdown dropdown-notification">
  375. <a href="">
  376. <i class="fa fa-cog change_pass_btn"></i>
  377. </a>
  378. </li>
  379. </ul>
  380. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  381. <li class="nav-item dropdown dropdown-notification">
  382. <a href="">
  383. </a>
  384. </li>
  385. </ul> -->
  386. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-1">
  387. <li class="nav-item dropdown dropdown-notification">
  388. <a href="">
  389. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  390. </a>
  391. </li>
  392. </ul>
  393. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  394. <li class="nav-item dropdown dropdown-notification">
  395. <a href="{{url('admin-logout')}}"
  396. onclick="event.preventDefault();
  397. document.getElementById('logout-form').submit();">
  398. <i class="fa fa-sign-out change_pass_btn"></i>
  399. </a>
  400. <form id="logout-form" action="{{url('admin-logout')}}" method="POST" class="d-none">
  401. @csrf
  402. </form>
  403. </li>
  404. </ul>
  405. </div>
  406. </div>
  407. </nav>
  408. </div>
  409. </div>
  410. </div>
  411. </header>
  412. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef; height:100vh;">
  413. <div class="container-fluid">
  414. <div class="row">
  415. <div class="col-md-2" style="padding:0px;">
  416. <nav class="sidebar-wrapper" id="sidebar" style="background-color: #1416398a!important; width: 16.6%; height: 100%; position: fixed; overflow-y: hidden; top: 65px;">
  417. <div class="sidebar-content" style="height: calc(100vh - 75px);">
  418. <div class="sidebar-menu" style="padding-bottom: 110px; height: 100vh;">
  419. <ul class="nav nav-pills nav-justified flex-column mb-0" id="pills-tab" role="tablist">
  420. <li class="nav-item" style="margin-top: 35px;">
  421. <a class="nav-link active" id="dashboard" data-bs-toggle="pill" href="#dash" role="tab" aria-controls="dash" aria-selected="false">
  422. <div class="text-start py-1 px-2" style="display:flex;">
  423. <i class="fa fa-graduation-cap ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  424. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Dashboard</h6>
  425. </div>
  426. </a><!--end nav link-->
  427. </li><!--end nav item-->
  428. <li class="nav-item">
  429. <a class="nav-link rounded" id="application" data-bs-toggle="pill" href="#applic" role="tab" aria-controls="applic" aria-selected="false">
  430. <div class="text-start py-1 px-2" style="display:flex;">
  431. <i class="fa fa-user ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  432. <h6 class="mb-0" style="margin-left: 10px; font-size: 13px !important;">Applications</h6>
  433. </div>
  434. </a><!--end nav link-->
  435. </li><!--end nav item-->
  436. <li class="nav-item">
  437. <a class="nav-link rounded" id="student" data-bs-toggle="pill" href="#stnd" role="tab" aria-controls="stnd" aria-selected="false">
  438. <div class="text-start py-1 px-2" style="display:flex;">
  439. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  440. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Students</h6>
  441. </div>
  442. </a><!--end nav link-->
  443. </li><!--end nav item-->
  444. <li class="nav-item">
  445. <a class="nav-link rounded" id="teacher" data-bs-toggle="pill" href="#teach" role="tab" aria-controls="teach" aria-selected="false">
  446. <div class="text-start py-1 px-2" style="display:flex;">
  447. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  448. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Teachers</h6>
  449. </div>
  450. </a><!--end nav link-->
  451. </li><!--end nav item-->
  452. <li class="nav-item">
  453. <a class="nav-link rounded" id="configuration" data-bs-toggle="pill" href="#config" role="tab" aria-controls="configuration" aria-selected="false">
  454. <div class="text-start py-1 px-2" style="display:flex;">
  455. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  456. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Configuration</h6>
  457. </div>
  458. </a><!--end nav link-->
  459. </li><!--end nav item-->
  460. </ul><!--end nav pills-->
  461. </div>
  462. </div>
  463. </nav>
  464. </div><!--end col-->
  465. <div class="col-md-10 col-12 mt-5 pt-5" style="padding:1rem;">
  466. <div class="tab-content" id="pills-tabContent">
  467. <div class="tab-pane fade show active p-2 rounded" id="dash" role="tabpanel" aria-labelledby="dashboard" style="height: 100vh;">
  468. <h6>Dashboard</h6>
  469. </div><!--end teb pane-->
  470. <div class="tab-pane fade p-2 rounded" id="applic" role="tabpanel" aria-labelledby="application" style="height: 100vh;">
  471. <h6>Application</h6>
  472. </div><!--end teb pane-->
  473. <div class="tab-pane fade p-2 bg-white rounded" id="stnd" role="tabpanel" aria-labelledby="students">
  474. <div class="col-md-12">
  475. <div class="table-responsive">
  476. <table class="table table-bordered list_table">
  477. <thead>
  478. <tr>
  479. <th>Name</th>
  480. <th>Email</th>
  481. <th>Nationality</th>
  482. <th>Date of Birth</th>
  483. <th>Gender</th>
  484. </tr>
  485. </thead>
  486. <tbody>
  487. <tr>
  488. <td style="font-size: 11px;">test</td>
  489. <td style="font-size: 11px;">test</td>
  490. <td style="font-size: 11px;">test</td>
  491. <td style="font-size: 11px;">test</td>
  492. <td style="font-size: 11px;">test</td>
  493. </tr>
  494. </tbody>
  495. <tbody>
  496. <tr>
  497. <td style="font-size: 11px;">test</td>
  498. <td style="font-size: 11px;">test</td>
  499. <td style="font-size: 11px;">test</td>
  500. <td style="font-size: 11px;">test</td>
  501. <td style="font-size: 11px;">test</td>
  502. </tr>
  503. </tbody>
  504. </table>
  505. </div>
  506. </div><!--end col-->
  507. </div><!--end teb pane-->
  508. <div class="tab-pane fade p-2 rounded" id="teach" role="tabpanel" aria-labelledby="teacher">
  509. <div class="col-md-12">
  510. <div class="row">
  511. <div class="col-md-12 mb-4" style="padding: 0px; margin-top: -2.4rem; ">
  512. <ul class="nav nav-pills flex-column flex-sm-row d-md-inline-flex nav-justified mb-0 rounded-top position-relative overflow-hidden" id="pills-tab" role="tablist">
  513. <li class="nav-item m-1 tech">
  514. <a class="nav-link active rounded" id="buy-login" data-bs-toggle="pill" href="#buy" role="tab" aria-controls="buy" aria-selected="false" style="width:100px;">
  515. Registered
  516. </a>
  517. </li>
  518. <li class="nav-item m-1 ms-2 tech">
  519. <a class="nav-link rounded" id="sold-login" data-bs-toggle="pill" href="#sold" role="tab" aria-controls="sold" aria-selected="false" style="width:114px;">
  520. Approved
  521. </a>
  522. </li>
  523. </ul>
  524. </div>
  525. <div class="col-md-12">
  526. <div class="row align-items-center">
  527. <div class="col-md-12 mb-3" style="padding:0px;">
  528. <div class="card rounded border-0 p-3" style="background-color:white;">
  529. <div class="row">
  530. <div class="col-12">
  531. <div class="tab-content" id="pills-tabContent">
  532. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  533. <div class="row align-items-center">
  534. <div class="col-md-12">
  535. <div class="table-responsive">
  536. <table class="table table-bordered list_table" style="margin: 0px;">
  537. <thead>
  538. <tr>
  539. <th>Sl</th>
  540. <th>Name</th>
  541. <th>University Name</th>
  542. <th>Department</th>
  543. <th class="text-center">Status</th>
  544. </tr>
  545. </thead>
  546. <tbody>
  547. @if(count($register_teachers_list) > 0)
  548. @foreach($register_teachers_list as $key=>$row)
  549. <tr>
  550. <td style="font-size: 11px;">{{++$key}}</td>
  551. <td style="font-size: 11px;">{{$row->first_name }} {{$row->last_name }}<br>
  552. <span>{{$row->designation}}</span><br>
  553. <span>{{$row->email}}</span>
  554. </td>
  555. <td style="font-size: 11px;">{{$row->university_name}}<br>
  556. <span>{{$row->uni_website}}</span>
  557. </td>
  558. <td style="font-size: 11px;">{{$row->department}}</td>
  559. <td style="font-size: 11px; width: 9%;">
  560. <div class="single_glance_row mt-1" style="display: flex;">
  561. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  562. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  563. @if($row->status==1)
  564. Active
  565. @endif
  566. @if($row->status==0)
  567. In active
  568. @endif
  569. @if($row->status==2)
  570. Suspend
  571. @endif
  572. </span>
  573. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  574. <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
  575. <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
  576. <a class="dropdown-item status_change" data-value="1" data-id={{$row->id}}>Active</a>
  577. <a class="dropdown-item status_change" data-value="0" data-id={{$row->id}}>In active</a>
  578. <a class="dropdown-item status_change" data-value="2" data-id={{$row->id}}>Suspend</a>
  579. </div>
  580. </div>
  581. </div>
  582. </div>
  583. </td>
  584. </tr>
  585. @endforeach
  586. @else
  587. <tr>
  588. <td colspan="5" class="text-center">
  589. <span class="text-danger">No data found!</span>
  590. </td>
  591. </tr>
  592. @endif
  593. </tbody>
  594. </table>
  595. </div>
  596. </div><!--end col-->
  597. </div><!--end row-->
  598. </div><!--end teb pane-->
  599. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  600. <div class="row align-items-center">
  601. <div class="col-md-12">
  602. <div class="table-responsive">
  603. <table class="table table-bordered list_table" style="margin: 0px;">
  604. <thead>
  605. <tr>
  606. <th>Sl</th>
  607. <th>Name</th>
  608. <th>University Name</th>
  609. <th>Department</th>
  610. <th class="text-center">Status</th>
  611. </tr>
  612. </thead>
  613. <tbody>
  614. @if(count($active_teachers_list) > 0)
  615. @foreach($active_teachers_list as $key=>$row)
  616. <tr>
  617. <td style="font-size: 11px;">{{++$key}}</td>
  618. <td style="font-size: 11px;">{{$row->first_name }} {{$row->last_name }}<br>
  619. <span>{{$row->designation}}</span><br>
  620. <span>{{$row->email}}</span>
  621. </td>
  622. <td style="font-size: 11px;">{{$row->university_name}}<br>
  623. <span>{{$row->uni_website}}</span>
  624. </td>
  625. <td style="font-size: 11px;">{{$row->department}}</td>
  626. <td style="font-size: 11px; width: 9%;">
  627. <div class="single_glance_row mt-1" style="display: flex;">
  628. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  629. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  630. @if($row->status==1)
  631. Active
  632. @endif
  633. @if($row->status==0)
  634. In active
  635. @endif
  636. @if($row->status==2)
  637. Suspend
  638. @endif
  639. </span>
  640. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  641. <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
  642. <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
  643. <a class="dropdown-item status_change" data-value="1" data-id={{$row->id}}>Active</a>
  644. <a class="dropdown-item status_change" data-value="0" data-id={{$row->id}}>In active</a>
  645. <a class="dropdown-item status_change" data-value="2" data-id={{$row->id}}>Suspend</a>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650. </td>
  651. </tr>
  652. @endforeach
  653. @else
  654. <tr>
  655. <td colspan="5" class="text-center">
  656. <span class="text-danger">No data found!</span>
  657. </td>
  658. </tr>
  659. @endif
  660. </tbody>
  661. </table>
  662. </div>
  663. </div><!--end col-->
  664. </div><!--end row-->
  665. </div><!--end row-->
  666. </div><!--end tab content-->
  667. </div><!--end col-->
  668. </div><!--end row-->
  669. </div>
  670. </div><!--end col-->
  671. </div><!--end row-->
  672. </div><!--end col-->
  673. </div>
  674. </div>
  675. </div><!--end teb pane-->
  676. <div class="tab-pane fade p-2 rounded" id="config" role="tabpanel" aria-labelledby="configuration" style="height: 100vh;">
  677. <div class="col-md-12">
  678. <div class="row">
  679. <div class="col-md-4 bg-white rounded p-2 ms-2" style="width:25%;">
  680. <div class="row">
  681. <div class="col-md-12">
  682. <h6 style="padding: 13px 10px 0px; margin-bottom: 0px;">Department</h6>
  683. <div class="mb-2">
  684. <div class="form-icon position-relative p-2" style="display: flex;">
  685. <input type="text" class="form-control" placeholder="" name="" required="">
  686. <button class="btn btn2" style="margin-left: -3.4rem; border-radius: 0px 6px 6px 0px">Add</button>
  687. </div>
  688. </div>
  689. <div class="left mb-2">
  690. <div>
  691. <div class="single_glance_row mt-5" style="border-bottom: 1px solid #e8eef1;">
  692. <span class="title" style="font-size:11px; font-weight: 600;">Math</span>
  693. </div>
  694. <div class="single_glance_row mt-1" style="border-bottom: 1px solid #e8eef1;">
  695. <span class="title" style="font-size:11px; font-weight: 600;">English</span>
  696. </div>
  697. </div>
  698. </div>
  699. </div>
  700. </div>
  701. </div><!--end col-->
  702. <div class="col-md-8 bg-white rounded p-2 ms-2">
  703. <div class="row">
  704. <div class="destination_boxes">
  705. <div class="box country">
  706. <div class="flag_country">
  707. <img src="{{ asset('web/images/au.svg') }}" alt="">
  708. <strong style="font-size: 12px;">Australia</strong>
  709. </div>
  710. </div>
  711. <div class="box add_destination">
  712. <div class="flag_country open_modal_page" data-title="Add Destination" data-url="{{route('modal-get',['name'=>'add_destination'])}}">
  713. <i class="fa fa-plus" style="display: block; margin-bottom: 12px; color: #818084;"></i>
  714. <strong style="font-size: 12px;">Add / Remove</strong>
  715. </div>
  716. </div>
  717. </div>
  718. </div>
  719. </div>
  720. </div>
  721. </div>
  722. </div><!--end teb pane-->
  723. </div><!--end tab content-->
  724. </div><!--end col-->
  725. </div><!--end row-->
  726. </div><!--end container-->
  727. </section><!--end section-->
  728. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  729. <!-- tobii js -->
  730. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  731. <!-- SLIDER -->
  732. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  733. <!-- Icons -->
  734. <script src="{{asset('web/js/feather.min.js')}}"></script>
  735. <!-- Main Js -->
  736. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  737. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  738. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  739. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  740. <script src="{{asset('web/js/app.js')}}"></script>
  741. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  742. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  743. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  744. <script src="{{asset('web/js/app.js')}}"></script>
  745. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  746. {{-- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> --}}
  747. <script src="{{ asset('css/jquery.min.js') }}"></script>
  748. <script src="{{ asset('css/jquery-form/dist/jquery.form.min.js') }}"></script>
  749. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  750. <script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
  751. <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
  752. @include('web.layouts.modal')
  753. <script>
  754. function pop_up_msg(msg='No message specified', type='success', callback=null){
  755. new Noty({
  756. theme:'sunset',
  757. text: msg,
  758. type: type,
  759. timeout:1500,
  760. callbacks:{
  761. afterClose: callback
  762. }
  763. }).show();
  764. }
  765. function err_msg(err){
  766. var msg="Request failed to process, try again later.";
  767. if(err.responseJSON && err.responseJSON.msg){
  768. msg=err.responseJSON.msg;
  769. }
  770. return msg;
  771. }
  772. $(function(){
  773. $('.status_change').on('click', function(e){
  774. var self =$(this);
  775. var id =$(this).data('id');
  776. var value =$(this).data('value');
  777. var form_data={
  778. _token:"{{ csrf_token() }}",
  779. 'id':id,
  780. 'status':value
  781. }
  782. swal({
  783. title: "Are you sure?",
  784. text: "Do you want to change this status?",
  785. type: "warning",
  786. showCancelButton: true,
  787. confirmButtonClass: "btn btn-md btn-success",
  788. cancelButtonClass: 'btn btn-md btn-danger',
  789. confirmButtonText: "Yes"
  790. }, function(isConfirm){
  791. if(isConfirm) {
  792. $.post("{{ route('ajax-post', ['name'=>'teacher_user_status_change'])}}" ,form_data).done(function(res){
  793. pop_up_msg(res.msg);
  794. window.location.reload();
  795. }).fail(function(error){
  796. let msg='Sorry!, form submission failed try again later.';
  797. if(error.responseJSON.msg){
  798. msg=error.responseJSON.msg;
  799. }
  800. pop_up_msg(msg, 'error');
  801. });
  802. }
  803. });
  804. });
  805. });
  806. </script>
  807. </body>
  808. </html>