admin_profile.blade.php 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  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. .config{
  362. font-size: 13px;
  363. font-weight: 600;
  364. color: white;
  365. }
  366. </style>
  367. <body>
  368. <header id="" class="site-header">
  369. <div class="container-fluid">
  370. <div class="row">
  371. <div class="col-lg-12">
  372. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  373. <div class="navbar-container d-flex content">
  374. <div class="col-md-11">
  375. <div class="d-flex align-items-center">
  376. <ul class="nav navbar-nav mr-auto header_left">
  377. <li class="nav-item d-flex">
  378. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  379. <a class="logo" href="index.html">
  380. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  381. </a>
  382. </div>
  383. </li>
  384. </ul>
  385. </div>
  386. </div>
  387. <div class="col-md-1" style="display:flex;">
  388. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-3">
  389. <li class="nav-item dropdown dropdown-notification">
  390. <a href="">
  391. <i class="fa fa-bell change_pass_btn"></i>
  392. </a>
  393. </li>
  394. </ul>
  395. <!-- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  396. <li class="nav-item dropdown dropdown-notification">
  397. <a href="">
  398. <i class="fa fa-cog change_pass_btn"></i>
  399. </a>
  400. </li>
  401. </ul>
  402. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  403. <li class="nav-item dropdown dropdown-notification">
  404. <a href="">
  405. </a>
  406. </li>
  407. </ul> -->
  408. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-1">
  409. <li class="nav-item dropdown dropdown-notification">
  410. <a href="">
  411. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  412. </a>
  413. </li>
  414. </ul>
  415. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  416. <li class="nav-item dropdown dropdown-notification">
  417. <a href="{{url('admin-logout')}}"
  418. onclick="event.preventDefault();
  419. document.getElementById('logout-form').submit();">
  420. <i class="fa fa-sign-out change_pass_btn"></i>
  421. </a>
  422. <form id="logout-form" action="{{url('admin-logout')}}" method="POST" class="d-none">
  423. @csrf
  424. </form>
  425. </li>
  426. </ul>
  427. </div>
  428. </div>
  429. </nav>
  430. </div>
  431. </div>
  432. </div>
  433. </header>
  434. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef; height:100vh;">
  435. <div class="container-fluid">
  436. <div class="row">
  437. <div class="col-md-2" style="padding:0px;">
  438. <nav class="sidebar-wrapper" id="sidebar" style="background-color: #1416398a!important; width: 16.6%; height: 100%; position: fixed; overflow-y: hidden; top: 65px;">
  439. <div class="sidebar-content" style="height: calc(100vh - 75px);">
  440. <div class="sidebar-menu" style="padding-bottom: 110px; height: 100vh;">
  441. <ul class="nav nav-pills nav-justified flex-column mb-0" id="pills-tab" role="tablist">
  442. <li class="nav-item" style="margin-top: 35px;">
  443. <a class="nav-link active" id="dashboard" data-bs-toggle="pill" href="#dash" role="tab" aria-controls="dash" aria-selected="false">
  444. <div class="text-start py-1 px-2" style="display:flex;">
  445. <i class="fa fa-graduation-cap ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  446. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Dashboard</h6>
  447. </div>
  448. </a><!--end nav link-->
  449. </li><!--end nav item-->
  450. <li class="nav-item">
  451. <a class="nav-link rounded" id="application" data-bs-toggle="pill" href="#applic" role="tab" aria-controls="applic" aria-selected="false">
  452. <div class="text-start py-1 px-2" style="display:flex;">
  453. <i class="fa fa-user ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  454. <h6 class="mb-0" style="margin-left: 10px; font-size: 13px !important;">Applications</h6>
  455. </div>
  456. </a><!--end nav link-->
  457. </li><!--end nav item-->
  458. <li class="nav-item">
  459. <a class="nav-link rounded" id="student" data-bs-toggle="pill" href="#stnd" role="tab" aria-controls="stnd" aria-selected="false">
  460. <div class="text-start py-1 px-2" style="display:flex;">
  461. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  462. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Students</h6>
  463. </div>
  464. </a><!--end nav link-->
  465. </li><!--end nav item-->
  466. <li class="nav-item">
  467. <a class="nav-link rounded" id="teacher" data-bs-toggle="pill" href="#teach" role="tab" aria-controls="teach" aria-selected="false">
  468. <div class="text-start py-1 px-2" style="display:flex;">
  469. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  470. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Teachers</h6>
  471. </div>
  472. </a><!--end nav link-->
  473. </li><!--end nav item-->
  474. <li class="nav-item">
  475. <a class="nav-link rounded" id="configuration" data-bs-toggle="pill" href="#config" role="tab" aria-controls="configuration" aria-selected="false">
  476. <div class="text-start py-1 px-2" style="display:flex;">
  477. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  478. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Configuration</h6>
  479. </div>
  480. </a><!--end nav link-->
  481. </li><!--end nav item-->
  482. </ul><!--end nav pills-->
  483. </div>
  484. </div>
  485. </nav>
  486. </div><!--end col-->
  487. <div class="col-md-10 col-12 mt-5 pt-5" style="padding:1rem;">
  488. <div class="tab-content" id="pills-tabContent">
  489. <div class="tab-pane fade show active p-2 rounded" id="dash" role="tabpanel" aria-labelledby="dashboard" style="height: 100vh;">
  490. <h6>Dashboard</h6>
  491. </div><!--end teb pane-->
  492. <div class="tab-pane fade p-2 rounded" id="applic" role="tabpanel" aria-labelledby="application" style="height: 100vh;">
  493. <h6>Application</h6>
  494. </div><!--end teb pane-->
  495. <div class="tab-pane fade p-2 bg-white rounded" id="stnd" role="tabpanel" aria-labelledby="students">
  496. <div class="col-md-12">
  497. <div class="table-responsive">
  498. <table class="table table-bordered list_table">
  499. <thead>
  500. <tr>
  501. <th>Sl</th>
  502. <th>Name</th>
  503. <th>Email</th>
  504. <th>Signed Up</th>
  505. <th>Application</th>
  506. <th class="text-center" style="width: 12%;">Account Type</th>
  507. </tr>
  508. </thead>
  509. <tbody>
  510. <tr>
  511. <td style="font-size: 11px;">1</td>
  512. <td style="font-size: 11px;">
  513. <div class="scrolled_content_part">
  514. <div class="single_ad_pref_item">
  515. <div class="left" style="width:50%;">
  516. <div class="uni_details" style="display:flex;">
  517. <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 9px 4px 5px 8px; height: 37px; width: 37px;">
  518. <i class="fa fa fa-university ms-1"></i>
  519. </div>
  520. <div class="inner_right ms-2">
  521. <strong style="font-size:13px;">Mr Z</strong></br>
  522. <strong style="font-size:10px !important; font-weight:100 !important;">22 Mar 2000</strong></br>
  523. <strong style="font-size:10px; font-weight:100 !important;">Male</strong>
  524. </div>
  525. </div>
  526. </div>
  527. </div>
  528. </div>
  529. </td>
  530. <td style="font-size: 11px;">mrz@gmail.com</td>
  531. <td style="font-size: 11px;">registered date</td>
  532. <td style="font-size: 11px;">test</td>
  533. <td style="font-size: 11px; text-align:center;">
  534. <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Free</span>
  535. </td>
  536. </tr>
  537. </tbody>
  538. </table>
  539. </div>
  540. </div><!--end col-->
  541. </div><!--end teb pane-->
  542. <div class="tab-pane fade p-2 rounded" id="teach" role="tabpanel" aria-labelledby="teacher">
  543. <div class="col-md-12">
  544. <div class="row">
  545. <div class="col-md-12 mb-4" style="padding: 0px; margin-top: -2.4rem; ">
  546. <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">
  547. <li class="nav-item m-1 tech">
  548. <a class="nav-link active rounded" id="pending" data-bs-toggle="pill" href="#pend" role="tab" aria-controls="pend" aria-selected="false" style="width:100px;">
  549. Pending
  550. </a>
  551. </li>
  552. <li class="nav-item m-1 ms-2 tech">
  553. <a class="nav-link rounded" id="registered" data-bs-toggle="pill" href="#register" role="tab" aria-controls="register" aria-selected="false" style="width:114px;">
  554. Registered
  555. </a>
  556. </li>
  557. <li class="nav-item m-1 ms-2 tech">
  558. <a class="nav-link rounded" id="wishlist" data-bs-toggle="pill" href="#list" role="tab" aria-controls="list" aria-selected="false" style="width:114px;">
  559. Wishlist
  560. </a>
  561. </li>
  562. <li class="nav-item m-1 ms-2 tech">
  563. <a class="nav-link rounded" id="invited" data-bs-toggle="pill" href="#invite" role="tab" aria-controls="sold" aria-selected="false" style="width:114px;">
  564. Invite
  565. </a>
  566. </li>
  567. </ul>
  568. </div>
  569. <div class="col-md-12">
  570. <div class="row align-items-center">
  571. <div class="col-md-12 mb-3" style="padding:0px;">
  572. <div class="card rounded border-0 p-3" style="background-color:white;">
  573. <div class="row">
  574. <div class="col-12">
  575. <div class="tab-content" id="pills-tabContent">
  576. <div class="card border-0 tab-pane fade show active" id="pend" role="tabpanel" aria-labelledby="pending">
  577. <div class="row align-items-center">
  578. <div class="col-md-12">
  579. <div class="table-responsive">
  580. <table class="table table-bordered list_table" style="margin: 0px;">
  581. <thead>
  582. <tr>
  583. <th>Sl</th>
  584. <th>Name</th>
  585. <th>University Name</th>
  586. <th>Department</th>
  587. <th class="text-center">Status</th>
  588. </tr>
  589. </thead>
  590. <tbody>
  591. @if(count($register_teachers_list) > 0)
  592. @foreach($register_teachers_list as $key=>$row)
  593. <tr>
  594. <td style="font-size: 11px;">{{++$key}}</td>
  595. <td style="font-size: 11px;">{{$row->first_name }} {{$row->last_name }}<br>
  596. <span>{{$row->designation}}</span><br>
  597. <span>{{$row->email}}</span>
  598. </td>
  599. <td style="font-size: 11px;">{{$row->university_name}}<br>
  600. <span>{{$row->uni_website}}</span>
  601. </td>
  602. <td style="font-size: 11px;">{{$row->department}}</td>
  603. <td style="font-size: 11px; width: 9%;">
  604. <div class="single_glance_row mt-1" style="display: flex;">
  605. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  606. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  607. @if($row->status==1)
  608. Active
  609. @endif
  610. @if($row->status==0)
  611. In active
  612. @endif
  613. @if($row->status==2)
  614. Suspend
  615. @endif
  616. </span>
  617. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  618. <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>
  619. <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;">
  620. <a class="dropdown-item status_change" data-value="1" data-id={{$row->id}}>Active</a>
  621. <a class="dropdown-item status_change" data-value="0" data-id={{$row->id}}>In active</a>
  622. <a class="dropdown-item status_change" data-value="2" data-id={{$row->id}}>Suspend</a>
  623. </div>
  624. </div>
  625. </div>
  626. </div>
  627. </td>
  628. </tr>
  629. @endforeach
  630. @else
  631. <tr>
  632. <td colspan="5" class="text-center">
  633. <span class="text-danger">No data found!</span>
  634. </td>
  635. </tr>
  636. @endif
  637. </tbody>
  638. </table>
  639. </div>
  640. </div><!--end col-->
  641. </div><!--end row-->
  642. </div><!--end teb pane-->
  643. <div class="card border-0 tab-pane fade" id="register" role="tabpanel" aria-labelledby="registered">
  644. <div class="row align-items-center">
  645. <div class="col-md-12">
  646. <div class="table-responsive">
  647. <table class="table table-bordered list_table" style="margin: 0px;">
  648. <thead>
  649. <tr>
  650. <th>Sl</th>
  651. <th>Name</th>
  652. <th>University Name</th>
  653. <th>Department</th>
  654. <th class="text-center">Status</th>
  655. </tr>
  656. </thead>
  657. <tbody>
  658. @if(count($active_teachers_list) > 0)
  659. @foreach($active_teachers_list as $key=>$row)
  660. <tr>
  661. <td style="font-size: 11px;">{{++$key}}</td>
  662. <td style="font-size: 11px;">{{$row->first_name }} {{$row->last_name }}<br>
  663. <span>{{$row->designation}}</span><br>
  664. <span>{{$row->email}}</span>
  665. </td>
  666. <td style="font-size: 11px;">{{$row->university_name}}<br>
  667. <span>{{$row->uni_website}}</span>
  668. </td>
  669. <td style="font-size: 11px;">{{$row->department}}</td>
  670. <td style="font-size: 11px; width: 9%;">
  671. <div class="single_glance_row mt-1" style="display: flex;">
  672. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  673. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  674. @if($row->status==1)
  675. Active
  676. @endif
  677. @if($row->status==0)
  678. In active
  679. @endif
  680. @if($row->status==2)
  681. Suspend
  682. @endif
  683. </span>
  684. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  685. <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>
  686. <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;">
  687. <a class="dropdown-item status_change" data-value="1" data-id={{$row->id}}>Active</a>
  688. <a class="dropdown-item status_change" data-value="0" data-id={{$row->id}}>In active</a>
  689. <a class="dropdown-item status_change" data-value="2" data-id={{$row->id}}>Suspend</a>
  690. </div>
  691. </div>
  692. </div>
  693. </div>
  694. </td>
  695. </tr>
  696. @endforeach
  697. @else
  698. <tr>
  699. <td colspan="5" class="text-center">
  700. <span class="text-danger">No data found!</span>
  701. </td>
  702. </tr>
  703. @endif
  704. </tbody>
  705. </table>
  706. </div>
  707. </div><!--end col-->
  708. </div><!--end row-->
  709. </div>
  710. <div class="card border-0 tab-pane fade" id="list" role="tabpanel" aria-labelledby="wishlist">
  711. <div class="row align-items-center">
  712. <div class="col-md-12">
  713. <h6>Wisthlist</h6>
  714. </div><!--end col-->
  715. </div><!--end row-->
  716. </div>
  717. <div class="card border-0 tab-pane fade" id="invite" role="tabpanel" aria-labelledby="invited">
  718. <div class="row align-items-center">
  719. <div class="col-md-12">
  720. <h6>Invite</h6>
  721. </div><!--end col-->
  722. </div><!--end row-->
  723. </div>
  724. </div><!--end tab content-->
  725. </div><!--end col-->
  726. </div><!--end row-->
  727. </div>
  728. </div><!--end col-->
  729. </div><!--end row-->
  730. </div><!--end col-->
  731. </div>
  732. </div>
  733. </div><!--end teb pane-->
  734. <div class="tab-pane fade p-2 rounded" id="config" role="tabpanel" aria-labelledby="configuration" style="height: 100vh;">
  735. <div class="col-md-12">
  736. <div class="row">
  737. <div class="col-md-4 bg-white rounded p-2 ms-2" style="width:25%;">
  738. <div class="row">
  739. <div class="col-md-12">
  740. <h6 style="padding: 13px 10px 0px; margin-bottom: 0px;">Department</h6>
  741. <div class="mb-2">
  742. <div class="form-icon position-relative p-2" style="display: flex;">
  743. <input type="text" class="form-control" placeholder="" name="" required="">
  744. <button class="btn btn2" style="margin-left: -3.4rem; border-radius: 0px 6px 6px 0px">Add</button>
  745. </div>
  746. </div>
  747. <div class="left mb-2">
  748. <div>
  749. <div class="single_glance_row mt-5" style="border-bottom: 1px solid #e8eef1;">
  750. <span class="title" style="font-size:11px; font-weight: 600;">Math</span>
  751. <div class="text-end mt-2">
  752. <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
  753. <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo15"><i class="fa fa-pencil"></i></button>
  754. </a>
  755. </div>
  756. <!-- Tab -->
  757. <div class="col-md-12 mb-3">
  758. <div id="demo15" class="collapse mt-2">
  759. <div class="panel-body" style="padding:10px; background-color: #16183f69; border: 1px solid #e9e5e5; border-radius: 5px;">
  760. <form method="POST" action="">
  761. <div class="row">
  762. <div class="col-md-4">
  763. <div class="mb-2">
  764. <label class="form-label config">Department</label>
  765. <div class="form-icon position-relative">
  766. <input type="text" class="form-control" placeholder="Department" name="department" required="" style="font-size: 13px;">
  767. </div>
  768. </div>
  769. </div>
  770. <div class="row">
  771. <div class="col-md-12">
  772. <div class="text-end">
  773. <button class="btn btn2">Update</button>
  774. </div>
  775. </div>
  776. </div>
  777. </form>
  778. </div>
  779. </div>
  780. </div>
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </div>
  786. </div>
  787. </div><!--end col-->
  788. <div class="col-md-8 rounded ms-4">
  789. <div class="card p-2 rounded border-0 mb-4">
  790. <div class="destination_boxes">
  791. <div class="box country">
  792. <div class="flag_country">
  793. <img src="{{ asset('web/images/au.svg') }}" alt="">
  794. <strong style="font-size: 12px;">Australia</strong>
  795. </div>
  796. </div>
  797. <div class="box add_destination">
  798. <div class="flag_country open_modal_page" data-title="Add Destination" data-url="{{route('modal-get',['name'=>'add_destination'])}}">
  799. <i class="fa fa-plus" style="display: block; margin-bottom: 12px; color: #818084;"></i>
  800. <strong style="font-size: 12px;">Add / Remove</strong>
  801. </div>
  802. </div>
  803. </div>
  804. </div>
  805. <div class="card p-2 rounded border-0 mb-4 mt-3">
  806. <div class="col-md-12">
  807. <div class="text-end mt-2">
  808. <a role="button" data-bs-toggle="collapse" data-bs-parent="#collapse" href="#collapse1" aria-expanded="true" aria-controls="collapse1">
  809. <button type="button" class="btn btn2" data-toggle="collapse" data-target="#demo15">Add New</button>
  810. </a>
  811. </div>
  812. <!-- Tab -->
  813. <div class="col-md-12 mb-3">
  814. <div id="demo15" class="collapse mt-2">
  815. <div class="panel-body" style="padding:10px; background-color: #16183f69; border: 1px solid #e9e5e5; border-radius: 5px;">
  816. <form method="POST" action="">
  817. <div class="row">
  818. <div class="col-md-4">
  819. <div class="mb-2">
  820. <label class="form-label config">Destination</label>
  821. <div class="form-icon position-relative">
  822. <input type="text" class="form-control" placeholder="Destination" name="destination" required="" style="font-size: 13px;">
  823. </div>
  824. </div>
  825. </div>
  826. <div class="col-md-4">
  827. <div class="mb-2">
  828. <label class="form-label config">University Name</label>
  829. <div class="form-icon position-relative">
  830. <input type="text" class="form-control" placeholder="University Name" name="university_name" required="" style="font-size: 13px;">
  831. </div>
  832. </div>
  833. </div>
  834. <div class="col-md-4">
  835. <div class="mb-2">
  836. <label class="form-label config">University Website</label>
  837. <div class="form-icon position-relative">
  838. <input type="text" class="form-control" placeholder="University Website" name="university_website" required="" style="font-size: 13px;">
  839. </div>
  840. </div>
  841. </div>
  842. </div>
  843. <div class="row">
  844. <div class="col-md-12">
  845. <div class="text-end">
  846. <button class="btn btn2">Save</button>
  847. </div>
  848. </div>
  849. </div>
  850. </form>
  851. </div>
  852. </div>
  853. </div>
  854. </div>
  855. <table class="table table-bordered list_table">
  856. <thead>
  857. <tr>
  858. <th>Sl</th>
  859. <th>Designation</th>
  860. <th>University Name</i></th>
  861. <th>University website</i></th>
  862. </tr>
  863. </thead>
  864. <tbody style="border-style: dashed;">
  865. <tr>
  866. <td style="font-size: 11px;">1</td>
  867. <td style="font-size: 11px;">1</td>
  868. <td style="font-size: 11px;">1</td>
  869. <td style="font-size: 11px;">1</td>
  870. </tr>
  871. </tbody>
  872. </table>
  873. </div>
  874. </div>
  875. </div>
  876. </div>
  877. </div><!--end teb pane-->
  878. </div><!--end tab content-->
  879. </div><!--end col-->
  880. </div><!--end row-->
  881. </div><!--end container-->
  882. </section><!--end section-->
  883. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  884. <!-- tobii js -->
  885. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  886. <!-- SLIDER -->
  887. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  888. <!-- Icons -->
  889. <script src="{{asset('web/js/feather.min.js')}}"></script>
  890. <!-- Main Js -->
  891. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  892. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  893. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  894. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  895. <script src="{{asset('web/js/app.js')}}"></script>
  896. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  897. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  898. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  899. <script src="{{asset('web/js/app.js')}}"></script>
  900. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  901. {{-- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> --}}
  902. <script src="{{ asset('css/jquery.min.js') }}"></script>
  903. <script src="{{ asset('css/jquery-form/dist/jquery.form.min.js') }}"></script>
  904. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  905. <script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
  906. <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
  907. @include('web.layouts.modal')
  908. <script>
  909. function pop_up_msg(msg='No message specified', type='success', callback=null){
  910. new Noty({
  911. theme:'sunset',
  912. text: msg,
  913. type: type,
  914. timeout:1500,
  915. callbacks:{
  916. afterClose: callback
  917. }
  918. }).show();
  919. }
  920. function err_msg(err){
  921. var msg="Request failed to process, try again later.";
  922. if(err.responseJSON && err.responseJSON.msg){
  923. msg=err.responseJSON.msg;
  924. }
  925. return msg;
  926. }
  927. $(function(){
  928. $('.status_change').on('click', function(e){
  929. var self =$(this);
  930. var id =$(this).data('id');
  931. var value =$(this).data('value');
  932. var form_data={
  933. _token:"{{ csrf_token() }}",
  934. 'id':id,
  935. 'status':value
  936. }
  937. swal({
  938. title: "Are you sure?",
  939. text: "Do you want to change this status?",
  940. type: "warning",
  941. showCancelButton: true,
  942. confirmButtonClass: "btn btn-md btn-success",
  943. cancelButtonClass: 'btn btn-md btn-danger',
  944. confirmButtonText: "Yes"
  945. }, function(isConfirm){
  946. if(isConfirm) {
  947. $.post("{{ route('ajax-post', ['name'=>'teacher_user_status_change'])}}" ,form_data).done(function(res){
  948. pop_up_msg(res.msg);
  949. window.location.reload();
  950. }).fail(function(error){
  951. let msg='Sorry!, form submission failed try again later.';
  952. if(error.responseJSON.msg){
  953. msg=error.responseJSON.msg;
  954. }
  955. pop_up_msg(msg, 'error');
  956. });
  957. }
  958. });
  959. });
  960. });
  961. </script>
  962. </body>
  963. </html>