admin_profile.blade.php 51 KB

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