teacher_profile.blade.php 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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. </head>
  48. <style>
  49. body {
  50. font-family: 'Oswald', sans-serif;
  51. font-family: 'Quicksand', sans-serif;
  52. }
  53. h1, h2, h3, h4, h5, h6 {
  54. font-family: 'Oswald', sans-serif;
  55. font-family: 'Quicksand', sans-serif;
  56. }
  57. .bg-half-170 {
  58. padding:0px;
  59. }
  60. .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 {
  61. background-color: #141639c4 !important;
  62. color: white!important;
  63. border-radius:0px !important;
  64. }
  65. .nav-pills .nav-link{
  66. color: white !important;
  67. }
  68. .nav-pills {
  69. margin-bottom: 0px;
  70. background:none;
  71. }
  72. .logo {
  73. font-weight: 700;
  74. font-size: 24px;
  75. margin-right: 0px;
  76. padding: 0 0 6px;
  77. letter-spacing: 1px;
  78. line-height: 68px;
  79. }
  80. a {
  81. text-decoration: none !important;
  82. }
  83. .table {
  84. width: 100%;
  85. color: #6e6b7b;
  86. }
  87. .list_table thead tr th {
  88. font-size: 12px;
  89. font-weight: 700;
  90. background-color: #16183f69;
  91. text-transform: capitalize;
  92. color: #ffff;
  93. }
  94. .list_table thead tr th {
  95. padding: 11px 6px 10px!important;
  96. }
  97. .list_table .institute_info {
  98. display: flex !important;
  99. }
  100. .list_table .institute_info .left {
  101. width: 37px;
  102. align-self: center;
  103. }
  104. .list_table .institute_info .left .fa {
  105. background: #f1f0fb;
  106. padding: 10px;
  107. border-radius: 100%;
  108. font-size: 14px;
  109. color: #2e1153;
  110. }
  111. tbody, td, tfoot, th, thead, tr {
  112. border-color: inherit;
  113. border-style: dashed;
  114. border-width: 0;
  115. }
  116. .change_pass_btn {
  117. margin-top: 0;
  118. color: #ffff;
  119. border: 1px solid #9f9fa169;
  120. border-radius: 50%;
  121. padding: 8px 8px;
  122. margin-right: 0;
  123. background: #16183f69;
  124. font-size: 15px!important;
  125. }
  126. .icon_bar {
  127. width: fit-content;
  128. overflow: auto;
  129. border-radius: 0.25rem;
  130. padding: 2px 4px;
  131. margin: 0 auto;
  132. border: 0.5px solid #d8e2e7;
  133. }
  134. .icon_bar a {
  135. text-align: center;
  136. padding: 0;
  137. color: #818084;
  138. font-size: 16px;
  139. margin: 0 3px;
  140. border-bottom: none;
  141. top: 0;
  142. }
  143. .label_badge_radius {
  144. color: #2e1153;
  145. border-radius: 20px;
  146. padding: 1px 10px;
  147. font-size: 10px;
  148. line-height: 1.3;
  149. letter-spacing: .2px;
  150. font-weight: 600;
  151. background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253));
  152. }
  153. .label_badge_no {
  154. color: red;
  155. border-radius: 20px;
  156. padding: 1px 10px;
  157. font-size: 11px;
  158. line-height: 1.3;
  159. letter-spacing: .2px;
  160. font-weight: 600;
  161. background-color:#ffecee;
  162. }
  163. .label_badge_gpa {
  164. color: #00b4d8;
  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:#e2edff;
  172. }
  173. .label_badge_work {
  174. color: #10bd77;
  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:#dffff2;;
  182. }
  183. .ms-5 {
  184. margin-left: 2.4rem!important;
  185. }
  186. .btncl{
  187. padding: 2px 6px;
  188. color: #ffffff !important;
  189. background-color: #ffc107 !important;
  190. border-radius: 30px;
  191. }
  192. .btncl:hover {
  193. background-color: #ffffff !important;
  194. border-color: #ffc107 !important;
  195. color: #ffc107 !important;
  196. }
  197. .btn2{
  198. background-color: #141639c4 !important;
  199. color:white !important;
  200. border-radius: 20px;
  201. box-shadow:none !important;
  202. padding:3px 13px !important;
  203. font-size:13px;
  204. }
  205. .btn2:hover{
  206. background: #fff !important;
  207. color: #141639c4 !important;
  208. border-radius: 20px;
  209. border-color: #2e1153!important;
  210. }
  211. .top_part_status_name {
  212. border-radius: 20px;
  213. padding: 1px 22px 1px 10px;
  214. font-size: 10px;
  215. font-weight: 400;
  216. line-height: 1.3;
  217. letter-spacing: .2px;
  218. top: 0;
  219. position: relative;
  220. width: fit-content;
  221. display: flex;
  222. }
  223. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  224. border-top-left-radius: 0.25rem;
  225. border-top-right-radius: 0.25rem;
  226. }
  227. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  228. background: #2e1153;
  229. color: #fff !important;
  230. }
  231. .dropdown-menu {
  232. display: none;
  233. float: left;
  234. min-width:5rem;
  235. padding: 0.5rem 0;
  236. margin: 0.125rem 0 0;
  237. color: #212529;
  238. text-align: left;
  239. list-style: none;
  240. background-color: #fff;
  241. background-clip: padding-box;
  242. border: 1px solid rgba(0,0,0,.15);
  243. border-radius: 0.25rem;
  244. font-size: 11px;
  245. background-color: #dedbf1;
  246. }
  247. .dropdown-item {
  248. display: block;
  249. width: 100%;
  250. clear: both;
  251. font-weight: 400;
  252. text-align: inherit;
  253. white-space: nowrap;
  254. background: 0 0;
  255. border: 0;
  256. padding: 4px 12px;
  257. }
  258. .site-header {
  259. position: fixed;
  260. top: 0;
  261. left: 0;
  262. width: 100%;
  263. height: auto;
  264. max-height: 80px;
  265. background: #fff;
  266. padding: 0px 15px 0 0;
  267. z-index: 80;
  268. }
  269. .sidebar-wrapper .sidebar-menu ul li a {
  270. display: inline-block;
  271. width: 100%;
  272. text-decoration: none;
  273. position: relative;
  274. padding:7px 15px 7px 20px;
  275. }
  276. .sidebar-wrapper .sidebar-menu ul li:hover>a{
  277. background-color: #141639c4 !important;
  278. color:white;
  279. border-radius: 0px !important
  280. }
  281. .sidebar-footer {
  282. position: sticky;
  283. }
  284. .single_glance_row {
  285. font-size: 12px !important;
  286. margin: 0 !important;
  287. border: none;
  288. border-bottom: 1px solid #e8eef1;
  289. border-radius: 0;
  290. padding: 8px 10px;
  291. }
  292. </style>
  293. <body>
  294. <header id="" class="site-header">
  295. <div class="container-fluid">
  296. <div class="row">
  297. <div class="col-lg-12">
  298. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  299. <div class="navbar-container d-flex content">
  300. <div class="col-md-11">
  301. <div class="d-flex align-items-center">
  302. <ul class="nav navbar-nav mr-auto header_left">
  303. <li class="nav-item d-flex">
  304. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  305. <a class="logo" href="index.html">
  306. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  307. </a>
  308. </div>
  309. </li>
  310. </ul>
  311. </div>
  312. </div>
  313. <div class="col-md-1" style="display:flex;">
  314. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  315. <li class="nav-item dropdown dropdown-notification">
  316. <a href="">
  317. <i class="fa fa-bell change_pass_btn"></i>
  318. </a>
  319. </li>
  320. </ul>
  321. <!-- <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  322. <li class="nav-item dropdown dropdown-notification">
  323. <a href="">
  324. <i class="fa fa-cog change_pass_btn"></i>
  325. </a>
  326. </li>
  327. </ul> -->
  328. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  329. <li class="nav-item dropdown dropdown-notification">
  330. <a href="">
  331. </a>
  332. </li>
  333. </ul>
  334. <ul class="nav navbar-nav align-items-center ml-auto header_right">
  335. <li class="nav-item dropdown dropdown-notification">
  336. <a href="">
  337. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  338. </a>
  339. </li>
  340. </ul>
  341. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  342. <li class="nav-item dropdown dropdown-notification">
  343. <a href="{{ url('teacher-logout') }}"
  344. onclick="event.preventDefault();
  345. document.getElementById('logout-form').submit();">
  346. <i class="fa fa-sign-out change_pass_btn"></i>
  347. </a>
  348. <form id="logout-form" action="{{ url('teacher-logout') }}" method="POST" class="d-none">
  349. @csrf
  350. </form>
  351. </li>
  352. </ul>
  353. </div>
  354. </div>
  355. </nav>
  356. </div>
  357. </div>
  358. </div>
  359. </header>
  360. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef; height:100vh;">
  361. <div class="container-fluid">
  362. <div class="row">
  363. <div class="col-md-2" style="padding:0px">
  364. <nav class="sidebar-wrapper" id="sidebar" style="background-color: #1416398a!important; width: 16.6%; height: 100%; position: fixed; overflow-y: hidden; top: 65px;">
  365. <div class="sidebar-content" style="height: calc(100vh - 75px);">
  366. <div class="sidebar-menu" style="padding-bottom: 110px; height: 100vh; overflow: auto;">
  367. <ul class="nav nav-pills nav-justified flex-column mb-0" id="pills-tab" role="tablist">
  368. <li class="nav-item" style="margin-top: 35px;">
  369. <a class="nav-link active" id="dentalcare" data-bs-toggle="pill" href="#dental" role="tab" aria-controls="dental" aria-selected="false">
  370. <div class="text-start py-1 px-2" style="display:flex;">
  371. <i class="fa fa-graduation-cap ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  372. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Application</h6>
  373. </div>
  374. </a><!--end nav link-->
  375. </li><!--end nav item-->
  376. <li class="nav-item">
  377. <a class="nav-link rounded" id="cardeography" data-bs-toggle="pill" href="#cardeo" role="tab" aria-controls="cardeo" aria-selected="false">
  378. <div class="text-start py-1 px-2" style="display:flex;">
  379. <i class="fa fa-user ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  380. <h6 class="mb-0" style="margin-left: 10px; font-size: 13px !important;">Wishlist </h6>
  381. </div>
  382. </a><!--end nav link-->
  383. </li><!--end nav item-->
  384. <li class="nav-item">
  385. <a class="nav-link rounded" id="eyecare" data-bs-toggle="pill" href="#eye" role="tab" aria-controls="eye" aria-selected="false">
  386. <div class="text-start py-1 px-2" style="display:flex;">
  387. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  388. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">Explore</h6>
  389. </div>
  390. </a><!--end nav link-->
  391. </li><!--end nav item-->
  392. <li class="nav-item">
  393. <a class="nav-link rounded" id="headcare" data-bs-toggle="pill" href="#head" role="tab" aria-controls="head" aria-selected="false">
  394. <div class="text-start py-1 px-2" style="display:flex;">
  395. <i class="fa fa-home ms-3" style="font-size: 11px; margin-top: 5px;"></i>
  396. <h6 class="mb-0" style="margin-left: 6px; font-size: 13px !important;">My Account</h6>
  397. </div>
  398. </a><!--end nav link-->
  399. </li><!--end nav item-->
  400. </ul><!--end nav pills-->
  401. </div>
  402. <div class="sidebar-footer" style="display: block;bottom: 65px !important;">
  403. <div class="sidebar-menu" style="padding: 0 !important;">
  404. <ul class="nav nav-pills nav-justified flex-column mb-0" id="" role="tablist">
  405. <li class="nav-item" style="margin-top: 35px;">
  406. <div class="nav-link" style="background-color: #141639c4; border-radius: 0px !important;">
  407. <div class="text-start py-1 px-2">
  408. <h6 class="mb-0" style="font-size: 12px !important; font-weight:400;">Your Account Reference Number</h6>
  409. <h6 class="mb-0" style="font-size: 13px !important;">{{ auth_user()->ref_no }}</h6>
  410. </div>
  411. </div><!--end nav link-->
  412. </li><!--end nav item-->
  413. </ul><!--end nav pills-->
  414. </div>
  415. </div>
  416. </div>
  417. </nav>
  418. </div><!--end col-->
  419. <div class="col-md-10 col-12 mt-5" style="padding:1rem; padding-top: 2.5rem!important;">
  420. <div class="tab-content" id="pills-tabContent">
  421. <div class="tab-pane fade show active p-2 rounded" id="dental" role="tabpanel" aria-labelledby="dentalcare">
  422. <form method="POST" action="" style="padding: 10px; background-color: #16183f69; border-radius: 5px 5px 0px 0px;">
  423. <div class="row">
  424. <div class="col-md-3">
  425. <div class="mb-1">
  426. <label class="form-label" for="apply_ref" style="color: white; font-size:12px;">Apply Ref/Student Name or Email</label>
  427. <div class="form-icon position-relative">
  428. <input type="text" for="apply_ref" name="apply_ref" class="form-control ps-2" required="">
  429. </div>
  430. </div>
  431. </div>
  432. <div class="col-md-3">
  433. <div class="mb-1">
  434. <label class="form-label" for="" style="color: white; font-size:12px;">Approve Status</label>
  435. <div class="form-icon position-relative">
  436. <select name="approve" id="approve" class="form-control frm" required="">
  437. <option disabled="" selected="" value="">Default</option>
  438. </select>
  439. </div>
  440. </div>
  441. </div>
  442. <div class="col-md-3">
  443. <div class="mb-1">
  444. <label class="form-label" style="color: white; font-size:12px;">App Date Range</label>
  445. <div class="form-icon position-relative">
  446. <select name="app_date" id="app_date" class="form-control frm" required="">
  447. <option disabled="" selected="" value="">Date Range</option>
  448. </select>
  449. </div>
  450. </div>
  451. </div>
  452. <div class="col-md-3">
  453. <div class="mb-1">
  454. <label class="form-label" for="start date" style="color: white; font-size:12px;">Start Date</label>
  455. <div class="form-icon position-relative">
  456. <input name="startdate" type="text" class="form-control start" placeholder="start Date" autocomplete="off">
  457. </div>
  458. </div>
  459. </div>
  460. </div>
  461. </form>
  462. <div class="col-md-12" style="background-color:white; border-radius: 0px 0px 5px 5px;">
  463. <div class="mb-4" style="padding:15px;">
  464. <div class="text-end">
  465. <button class="btn btncl"><i class="fa fa-refresh"></i></button>
  466. <button class="btn btn2">Save</button>
  467. </div>
  468. </div>
  469. </div>
  470. <div class="col-md-12 bg-white" style="padding:10px; height:500px;">
  471. <h4 class="text-info"></h4>
  472. <div class="table-responsive">
  473. <table class="table table-bordered list_table">
  474. <thead>
  475. <tr>
  476. <th>Sl</th>
  477. <th>Student Information</th>
  478. <th>Education</th>
  479. <th class="text-center">English Test</th>
  480. <th class="text-center">work History</th>
  481. <th>Proposal Summary</th>
  482. <th class="text-center">Status</th>
  483. </tr>
  484. </thead>
  485. <tbody>
  486. @foreach($students as $key=>$row)
  487. <tr>
  488. <td style="font-size: 11px;">{{$key+1}}</td>
  489. <td>
  490. <div style="font-size: 11px; font-weight: 900; display:block;">
  491. <span>{{$row->first_name}}</span>
  492. </div>
  493. <div style="font-size: 11px; font-weight: 600; display:block;">
  494. <a href="" class="">0111301 <span style="color:#626262 !important;">(Apply Ref.)</span></a>
  495. </div>
  496. <div style="font-size: 11px; font-weight: 600; display:block;">
  497. <span>{{date("d M, Y", strtotime($row->dob))}}</span>
  498. </div>
  499. </td>
  500. <td style="font-size: 11px;">
  501. <div style="font-size: 11px; font-weight: 600; display:block;">
  502. <span>Civil Technology</span>
  503. </div>
  504. <div style="font-size: 11px; font-weight: 600; display:block;">
  505. <span>Sep 2023 - aug 2023</span>
  506. </div>
  507. <div class="mt-1" style="font-size: 11px; display:block;">
  508. <span class="label_badge_gpa">2.88 (GPA)</span>
  509. </div>
  510. </td>
  511. <td style="font-size: 11px; font-weight: 600; text-align:center;">IELTS
  512. <div style="font-size: 11px;">
  513. <span>6</span>
  514. </div>
  515. </td>
  516. <td style="font-size: 11px; text-align:center;">
  517. <div style="font-size: 11px; display:block;">
  518. <span class="label_badge_work">3 years</span>
  519. </div>
  520. <div style="font-size: 11px; font-weight: 600; display:block;">
  521. <span>Sep 2019 - continue</span>
  522. </div>
  523. </td>
  524. <td style="font-size: 11px;">
  525. <div class="inner_right">
  526. <a href="{{ url('title') }}"><strong style="font-size:11px; color:#6e6b7b;">Title</strong></a></br>
  527. <span>Bangla</span>
  528. <span>.</span>
  529. <span>Self-funded</span>
  530. <span>.</span>
  531. <span>Qualitative</span>
  532. </div>
  533. </td>
  534. <td style="font-size: 11px; text-align:center;">
  535. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  536. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  537. New
  538. </span>
  539. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  540. <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>
  541. <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;">
  542. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">In Review</a>
  543. <a class="dropdown-item document_review_status_change activate" data-sval="2" name="sublead_status" href="#">Hold</a>
  544. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Pause</a>
  545. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Rejected</a>
  546. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Interested</a>
  547. </div>
  548. </div>
  549. </div>
  550. </td>
  551. </tr>
  552. @endforeach
  553. </tbody>
  554. </table>
  555. </div>
  556. </div><!--end col-->
  557. </div><!--end teb pane-->
  558. <div class="tab-pane fade bg-white p-2 rounded shadow" id="cardeo" role="tabpanel" aria-labelledby="cardeography" style="height:100%;">
  559. <div class="col-md-12">
  560. <div class="table-responsive">
  561. <table class="table table-bordered list_table">
  562. <thead>
  563. <tr>
  564. <th>Institution</th>
  565. <th>Subject</th>
  566. <th>Result</th>
  567. <th>Method</th>
  568. <th>PYear</th>
  569. <th>Country</th>
  570. </tr>
  571. </thead>
  572. <tbody>
  573. <tr>
  574. <td>
  575. <div class="institute_info">
  576. <div class="left">
  577. <i class="fa fa-university" style="padding: 7px;"></i>
  578. </div>
  579. <div class="right">
  580. <span class="main_title" style="font-size: 11px;">BSC</span>
  581. </div>
  582. </div>
  583. </td>
  584. <td style="font-size: 11px;">test</td>
  585. <td style="font-size: 11px;">test</td>
  586. <td style="font-size: 11px;">test</td>
  587. <td style="font-size: 11px;">test</td>
  588. <td style="font-size: 11px;">test</td>
  589. </tr>
  590. </tbody>
  591. <tbody>
  592. <tr>
  593. <td>
  594. <div class="institute_info">
  595. <div class="left">
  596. <i class="fa fa-university" style="padding: 7px;"></i>
  597. </div>
  598. <div class="right">
  599. <span class="main_title" style="font-size: 11px;">MSC</span>
  600. </div>
  601. </div>
  602. </td>
  603. <td style="font-size: 11px;">test</td>
  604. <td style="font-size: 11px;">test</td>
  605. <td style="font-size: 11px;">test</td>
  606. <td style="font-size: 11px;">test</td>
  607. <td style="font-size: 11px;">test</td>
  608. </tr>
  609. </tbody>
  610. </table>
  611. </div>
  612. </div><!--end col-->
  613. </div><!--end teb pane-->
  614. <div class="tab-pane fade bg-white p-2 rounded shadow" id="eye" role="tabpanel" aria-labelledby="eyecare" style="height:100%;">
  615. <div class="col-md-12">
  616. <div class="table-responsive">
  617. <table class="table table-bordered list_table">
  618. <thead>
  619. <tr>
  620. <th>Institution</th>
  621. <th>Subject</th>
  622. <th>Result</th>
  623. <th>Method</th>
  624. <th>PYear</th>
  625. <th>Country</th>
  626. </tr>
  627. </thead>
  628. <tbody>
  629. <tr>
  630. <td>
  631. <div class="institute_info">
  632. <div class="left">
  633. <i class="fa fa-university" style="padding: 7px;"></i>
  634. </div>
  635. <div class="right">
  636. <span class="main_title" style="font-size: 11px;">BSC</span>
  637. </div>
  638. </div>
  639. </td>
  640. <td style="font-size: 11px;">test</td>
  641. <td style="font-size: 11px;">test</td>
  642. <td style="font-size: 11px;">test</td>
  643. <td style="font-size: 11px;">test</td>
  644. <td style="font-size: 11px;">test</td>
  645. </tr>
  646. </tbody>
  647. <tbody>
  648. <tr>
  649. <td>
  650. <div class="institute_info">
  651. <div class="left">
  652. <i class="fa fa-university" style="padding: 7px;"></i>
  653. </div>
  654. <div class="right">
  655. <span class="main_title" style="font-size: 11px;">MSC</span>
  656. </div>
  657. </div>
  658. </td>
  659. <td style="font-size: 11px;">test</td>
  660. <td style="font-size: 11px;">test</td>
  661. <td style="font-size: 11px;">test</td>
  662. <td style="font-size: 11px;">test</td>
  663. <td style="font-size: 11px;">test</td>
  664. </tr>
  665. </tbody>
  666. </table>
  667. </div>
  668. </div><!--end col-->
  669. <!-- Account -->
  670. </div><!--end teb pane-->
  671. <div class="tab-pane fade p-2" id="head" role="tabpanel" aria-labelledby="headcare" style="height:100%;">
  672. <div class="row">
  673. <div class="col-md-8 bg-white rounded p-2 ms-2">
  674. <h5 style="padding: 8px 4px 0px;">Application Summary</h5>
  675. <div class="col-md-12">
  676. <div class="table-responsive">
  677. <table class="table table-bordered list_table">
  678. <thead>
  679. <tr>
  680. <th>Status</th>
  681. <th>Jan</th>
  682. <th>Feb</th>
  683. <th>Mar</th>
  684. <th>Apr</th>
  685. <th>May</th>
  686. <th>Jun</th>
  687. <th>Jul</th>
  688. <th>Aug</th>
  689. <th>Sept</th>
  690. <th>Oct</th>
  691. <th>Nov</th>
  692. <th>Dec</th>
  693. </tr>
  694. </thead>
  695. <tbody>
  696. <tr>
  697. <td style="font-size: 12px;">App receive</td>
  698. <td style="font-size: 11px;">-</td>
  699. <td style="font-size: 11px;">-</td>
  700. <td style="font-size: 11px;">-</td>
  701. <td style="font-size: 11px;">-</td>
  702. <td style="font-size: 11px;">-</td>
  703. <td style="font-size: 11px;">-</td>
  704. <td style="font-size: 11px;">-</td>
  705. <td style="font-size: 11px;">-</td>
  706. <td style="font-size: 11px;">-</td>
  707. <td style="font-size: 11px;">-</td>
  708. <td style="font-size: 11px;">-</td>
  709. <td style="font-size: 11px;">-</td>
  710. </tr>
  711. <tr>
  712. <td style="font-size: 12px;">Hold</td>
  713. <td style="font-size: 11px;">-</td>
  714. <td style="font-size: 11px;">-</td>
  715. <td style="font-size: 11px;">-</td>
  716. <td style="font-size: 11px;">-</td>
  717. <td style="font-size: 11px;">-</td>
  718. <td style="font-size: 11px;">-</td>
  719. <td style="font-size: 11px;">-</td>
  720. <td style="font-size: 11px;">-</td>
  721. <td style="font-size: 11px;">-</td>
  722. <td style="font-size: 11px;">-</td>
  723. <td style="font-size: 11px;">-</td>
  724. <td style="font-size: 11px;">-</td>
  725. </tr>
  726. <tr>
  727. <td style="font-size: 12px;">Rejected</td>
  728. <td style="font-size: 11px;">-</td>
  729. <td style="font-size: 11px;">-</td>
  730. <td style="font-size: 11px;">-</td>
  731. <td style="font-size: 11px;">-</td>
  732. <td style="font-size: 11px;">-</td>
  733. <td style="font-size: 11px;">-</td>
  734. <td style="font-size: 11px;">-</td>
  735. <td style="font-size: 11px;">-</td>
  736. <td style="font-size: 11px;">-</td>
  737. <td style="font-size: 11px;">-</td>
  738. <td style="font-size: 11px;">-</td>
  739. <td style="font-size: 11px;">-</td>
  740. </tr>
  741. <tr>
  742. <td style="font-size: 12px;">Pause</td>
  743. <td style="font-size: 11px;">-</td>
  744. <td style="font-size: 11px;">-</td>
  745. <td style="font-size: 11px;">-</td>
  746. <td style="font-size: 11px;">-</td>
  747. <td style="font-size: 11px;">-</td>
  748. <td style="font-size: 11px;">-</td>
  749. <td style="font-size: 11px;">-</td>
  750. <td style="font-size: 11px;">-</td>
  751. <td style="font-size: 11px;">-</td>
  752. <td style="font-size: 11px;">-</td>
  753. <td style="font-size: 11px;">-</td>
  754. <td style="font-size: 11px;">-</td>
  755. </tr>
  756. <tr>
  757. <td style="font-size: 12px;">Interested</td>
  758. <td style="font-size: 11px;">-</td>
  759. <td style="font-size: 11px;">-</td>
  760. <td style="font-size: 11px;">-</td>
  761. <td style="font-size: 11px;">-</td>
  762. <td style="font-size: 11px;">-</td>
  763. <td style="font-size: 11px;">-</td>
  764. <td style="font-size: 11px;">-</td>
  765. <td style="font-size: 11px;">-</td>
  766. <td style="font-size: 11px;">-</td>
  767. <td style="font-size: 11px;">-</td>
  768. <td style="font-size: 11px;">-</td>
  769. <td style="font-size: 11px;">-</td>
  770. </tr>
  771. </tbody>
  772. </table>
  773. </div>
  774. </div>
  775. </div><!--end col-->
  776. <div class="col-md-3 bg-white rounded p-2 ms-4">
  777. <div class="row">
  778. <div class="col-md-10">
  779. <h5 style="padding: 8px 4px 0px;">Subscription</h5>
  780. <div class="ms-2">
  781. <h5 style="margin-bottom: 0px; font-size:13px !important; font-weight: 600 !important;">Joined</h5>
  782. <h6 style="font-size: 12px !important; ; color: #868e96;">16 Mar 2023</h6>
  783. </div>
  784. <div class="ms-2 mt-3">
  785. <h5 style="margin-bottom: 0px; font-size:13px !important; font-weight: 600 !important;">Referred</h5>
  786. <h6 style="font-size: 12px !important; ; color: #868e96;">10</h6>
  787. </div>
  788. <div class="ms-2 mt-3">
  789. <h5 style="margin-bottom: 0px; font-size:13px !important; font-weight: 600 !important;">Account Type</h5>
  790. <span class="label_badge_radius mt-1 mb-1" style="background: #d8fdd8; color: green;">
  791. Premium
  792. </span>
  793. </div>
  794. </div>
  795. </div>
  796. </div><!--end col-->
  797. </div>
  798. <div class="col-md-12 mt-3">
  799. <div class="row">
  800. <div class="col-md-3 bg-white rounded p-2 ms-2" style="width:30%;">
  801. <div class="row">
  802. <div class="col-md-12">
  803. <h5 style="padding: 8px 10px 0px; margin-bottom: 0px;">Profile</h5>
  804. <div class="left mb-2">
  805. <div>
  806. <div class="single_glance_row mt-5">
  807. <span class="title" style="font-size:11px; font-weight: 600;">Name :</span>
  808. <span class="tbl2 mb-2">
  809. demo1
  810. </span>
  811. </div>
  812. <div class="single_glance_row mt-1">
  813. <span class="title" style="font-size:11px; font-weight: 600;">Email :</span>
  814. <span style="font-size: 11px; color: #868e96;">ab@mail.com</span>
  815. </div>
  816. <div class="single_glance_row mt-1" style="display: flex;">
  817. <span class="title" style="font-size:11px; font-weight: 600;">University Name :</span>
  818. <span style="font-size: 11px; color: #868e96;">ab uni</span>
  819. </div>
  820. <div class="single_glance_row mt-1" style="display: flex;">
  821. <span class="title" style="font-size:11px; font-weight: 600;">Department :</span>
  822. <span style="font-size: 11px; color: #868e96;">ab</span>
  823. </div>
  824. </div>
  825. </div>
  826. </div>
  827. </div>
  828. </div><!--end col-->
  829. <div class="col-md-3 bg-white rounded p-2 ms-4" style="width:30%;">
  830. <div class="row">
  831. <div class="col-md-12">
  832. <h5 style="padding: 8px 4px 0px;">Change password</h5>
  833. <div class="form-icon position-relative p-2">
  834. <input type="text" class="form-control" placeholder="Old password" name="" required="">
  835. </div>
  836. <div class="form-icon position-relative p-2">
  837. <input type="text" class="form-control" placeholder="New password" name="" required="">
  838. </div>
  839. <div class="form-icon position-relative p-2">
  840. <input type="text" class="form-control" placeholder="Re-type new password" name="" required="">
  841. <div class="col-md-12">
  842. <button class="btn btn2 mt-3" style="margin-left: 8rem;">Changed</button>
  843. </div>
  844. </div>
  845. </div>
  846. </div>
  847. </div><!--end col-->
  848. <div class="col-md-3 bg-white rounded p-2 ms-4" style="width:30%;">
  849. <div class="row">
  850. <div class="col-md-12">
  851. <h5 style="padding: 8px 4px 0px; margin-bottom: 0px;">Research Interest</h5>
  852. <div class="col-md-12">
  853. <div class="mb-2">
  854. <div class="form-icon position-relative p-2" style="display: flex;">
  855. <input type="text" class="form-control" placeholder="" name="" required="">
  856. <button class="btn btn2" style="margin-left: -3.4rem; border-radius: 0px 6px 6px 0px">Add</button>
  857. </div>
  858. </div>
  859. </div>
  860. </div>
  861. </div>
  862. </div><!--end col-->
  863. </div>
  864. </div>
  865. </div><!--end teb pane-->
  866. </div><!--end tab content-->
  867. </div><!--end col-->
  868. </div><!--end row-->
  869. </div><!--end container-->
  870. </section><!--end section-->
  871. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  872. <!-- tobii js -->
  873. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  874. <!-- SLIDER -->
  875. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  876. <!-- Icons -->
  877. <script src="{{asset('web/js/feather.min.js')}}"></script>
  878. <!-- Main Js -->
  879. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  880. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  881. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  882. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  883. <script src="{{asset('web/js/app.js')}}"></script>
  884. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  885. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  886. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  887. <script src="{{asset('web/js/app.js')}}"></script>
  888. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  889. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  890. </body>
  891. </html>