title.blade.php 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  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:'Quicksand', sans-serif;
  51. }
  52. h1, h2, h3, h4, h5, h6 {
  53. font-family: 'Oswald', sans-serif;
  54. font-family: 'Quicksand', sans-serif;
  55. }
  56. .bg-half-170 {
  57. padding:0px;
  58. }
  59. .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 {
  60. background-color: #141639c4 !important;
  61. color: white!important;
  62. border-radius:0px !important;
  63. }
  64. .nav-pills .nav-link{
  65. color: white !important;
  66. }
  67. .nav-pills {
  68. margin-bottom: 0px;
  69. background:none;
  70. }
  71. .logo {
  72. font-weight: 700;
  73. font-size: 24px;
  74. margin-right: 0px;
  75. padding: 0 0 6px;
  76. letter-spacing: 1px;
  77. line-height: 68px;
  78. }
  79. .horizontal-menu .header-navbar.navbar-fixed {
  80. position: fixed;
  81. width: 100%;
  82. }
  83. .btn1{
  84. background-color: #aba3db !important;
  85. color:white !important;
  86. border-radius: 20px;
  87. box-shadow:none !important;
  88. }
  89. .btn1:hover{
  90. background: #453993 !important;
  91. color: #fff !important;
  92. border-radius: 20px;
  93. }
  94. .title{
  95. font-size:12px;
  96. }
  97. .badge-title{
  98. background: #dedbf1;
  99. font-weight: 600;
  100. color: #2e1153;
  101. padding: 2px 8px;
  102. border-radius: 4px;
  103. border: 1px solid #d8e2e7;
  104. font-size: 11px;
  105. }
  106. .label_badge_radius {
  107. color: #2e1153;
  108. border-radius: 20px;
  109. padding: 1px 10px;
  110. font-size: 11px;
  111. line-height: 1.3;
  112. letter-spacing: .2px;
  113. font-weight: 600;
  114. background: rgb(255, 255, 255);
  115. }
  116. .badge-lighter-green {
  117. background: #d8fdd8!important;
  118. color: green!important;
  119. }
  120. .badge-lighter-red {
  121. background: #f3dadc!important;
  122. color: #de1528!important;
  123. }
  124. .uil-map-marker {
  125. color: #2e1153;
  126. background: #f1f0fb;
  127. border-radius: 100%;
  128. font-size: 14px;
  129. padding: 4px 6px;
  130. border: 1px solid #ceccda;
  131. }
  132. .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 {
  133. background-color: #2e1153 !important;
  134. color: white!important;
  135. }
  136. .form-check-input.form-check-input:checked{
  137. background-color: #2f55d4 !important;
  138. border-radius: 7px !important;
  139. }
  140. .small, small {
  141. background-color: #dedbf1;
  142. border-radius: 20px;
  143. padding: 3px 22px;
  144. font-size: 11px;
  145. color: #2e1153 !important;
  146. }
  147. .small, small:hover, small:focus, small:active {
  148. background-color: #2e1153;
  149. border-radius: 20px;
  150. padding: 3px 22px;
  151. font-size: 11px;
  152. color: #fff !important;
  153. }
  154. .nav-pills {
  155. margin-bottom: 0px;
  156. background:none;
  157. }
  158. .submit_button {
  159. background-color: #2e1153!important;
  160. border-width: 1px!important;
  161. border-color: #2e1153!important;
  162. color: #fff!important;
  163. border-radius: 30px!important;
  164. padding: 0 11px!important;
  165. height: 28px!important;
  166. font-size: 14px!important;
  167. line-height: 1!important;
  168. font-weight: 600!important;
  169. }
  170. .ad_pref_item_header {
  171. display: flex;
  172. background: #dedbf1;
  173. padding: 7px 16px;
  174. border-radius: 25px;
  175. position: relative;
  176. font-size: 12px;
  177. font-weight: 700;
  178. justify-content: space-between;
  179. }
  180. .ad_pref_item_header .destination {
  181. width: 295px;
  182. align-self: center;
  183. }
  184. .ad_pref_item_header .second {
  185. align-self: center;
  186. width: 300px;
  187. }
  188. .ad_pref_item_header .third {
  189. width: 200px;
  190. align-self: center;
  191. margin-right: 25px;
  192. }
  193. .ad_pref_item_header .fourth {
  194. width: 50px;
  195. align-self: center;
  196. text-align: center;
  197. }
  198. .ad_pref_item_header .last {
  199. width: 125px;
  200. align-self: center;
  201. text-align: -webkit-right;
  202. }
  203. .single_ad_pref_item {
  204. display: flex;
  205. padding: 10px;
  206. margin-top: 10px;
  207. border-radius: 7px;
  208. position: relative;
  209. border: 1px solid #e9f0f3;
  210. }
  211. .single_ad_pref_item2 {
  212. display: flex;
  213. margin-top: 10px;
  214. border-radius: 5px;
  215. position: relative;
  216. background-color: whitesmoke;
  217. }
  218. .single_ad_pref_item1 {
  219. display: flex;
  220. padding: 6px;
  221. border-radius: 4px;
  222. margin-top: 10px;
  223. position: relative;
  224. background-color: #ebf9ff;
  225. color: #898686;
  226. }
  227. .single_ad_pref_item .destination {
  228. align-self: center;
  229. display: flex;
  230. }
  231. .single_ad_pref_item .destination_left {
  232. align-self: center;
  233. }
  234. .single_ad_pref_item:hover {
  235. background: #f5f4fd;
  236. }
  237. .single_ad_pref_item .left {
  238. align-self: center;
  239. }
  240. .ad_pref_part .single_ad_pref_item .left strong {
  241. color: #393b3e;
  242. font-size: 12px;
  243. }
  244. .single_ad_pref_item .label_badge_radius {
  245. background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd);
  246. color: #2e1153;
  247. border-radius: 20px;
  248. padding: 1px 10px;
  249. font-size: 11px;
  250. font-weight: 400;
  251. line-height: 1.3;
  252. letter-spacing: .2px;
  253. }
  254. .single_ad_pref_item .middle {
  255. align-self: center;
  256. margin-right: 25px;
  257. }
  258. .single_ad_pref_item .status_column {
  259. align-self: center;
  260. text-align: center;
  261. }
  262. .single_ad_pref_item .right {
  263. align-self: center;
  264. text-align: -webkit-right;
  265. }
  266. .table {
  267. width: 100%;
  268. color: #6e6b7b;
  269. }
  270. .list_table thead tr th {
  271. font-size: 12px;
  272. font-weight: 700;
  273. background-color: #dedbf1!important;
  274. text-transform: capitalize;
  275. color: #343434;
  276. }
  277. .list_table thead tr th {
  278. padding: 11px 6px 10px!important;
  279. }
  280. .list_table .institute_info {
  281. display: flex !important;
  282. }
  283. .list_table .institute_info .left {
  284. width: 45px;
  285. align-self: center;
  286. }
  287. .list_table .institute_info .left .fa {
  288. background: #f1f0fb;
  289. padding: 10px;
  290. border-radius: 100%;
  291. font-size: 14px;
  292. color: #2e1153;
  293. }
  294. tbody, td, tfoot, th, thead, tr {
  295. border-color: inherit;
  296. border-style: dashed;
  297. border-width: 0;
  298. }
  299. .change_pass_btn {
  300. margin-top: 0;
  301. color: #2e1153;
  302. border: 1px solid #dedbf1;
  303. border-radius: 50%;
  304. padding: 5px 6px;
  305. margin-right: 0;
  306. background: #dedbf1;
  307. font-size: 15px!important;
  308. }
  309. .navbar {
  310. display: inline-block;
  311. }
  312. .change_pass_btn:hover {
  313. color: #ff7f00;
  314. transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  315. border: 1px solid #ff7f00!important;
  316. }
  317. .card {
  318. background-color: inherit;
  319. }
  320. .education{
  321. padding: 10px 16px;
  322. background-color: #dedbf1!important;
  323. margin-left: -12px;
  324. margin-right: -12px;
  325. border-radius: 4px 4px 0px 0px;
  326. font-size: 12px;
  327. }
  328. .btn2{
  329. background-color: #2e1153 !important;
  330. color:white !important;
  331. border-radius: 20px;
  332. box-shadow:none !important;
  333. padding:3px 13px !important;
  334. font-size:13px;
  335. }
  336. .btn2:hover{
  337. background: #fff !important;
  338. color: #2e1153 !important;
  339. border-radius: 20px;
  340. border-color: #2e1153!important;
  341. }
  342. .btncl{
  343. padding: 2px 6px;
  344. color: #ffffff !important;
  345. background-color: #ffc107 !important;
  346. border-radius: 30px;
  347. }
  348. .btncl:hover {
  349. background-color: #ffffff !important;
  350. border-color: #ffc107 !important;
  351. color: #ffc107 !important;
  352. }
  353. .btn3{
  354. background-color: #2e1153 !important;
  355. color:white !important;
  356. border-radius: 20px;
  357. box-shadow:none !important;
  358. padding:3px 17px !important;
  359. font-size:13px;
  360. }
  361. .btn3:hover{
  362. background: #fff !important;
  363. color: #2e1153 !important;
  364. border-radius: 20px;
  365. border-color: #2e1153!important;
  366. }
  367. .features.fea-primary:hover {
  368. background-color:white !important;
  369. }
  370. .label_badge_radius {
  371. border-radius: 20px;
  372. padding: 1px 10px;
  373. font-size: 13px;
  374. font-weight: 800;
  375. line-height: 1.3;
  376. letter-spacing: .2px;
  377. display: inline-block;
  378. }
  379. .fea.icon-sm {
  380. height: 10px;
  381. width: 12px;
  382. }
  383. .key-feature:hover {
  384. transform: none;
  385. box-shadow: none !important;
  386. }
  387. .label_badge_radius {
  388. border-radius: 20px;
  389. padding: 1px 10px;
  390. font-size: 11px;
  391. font-weight: 400;
  392. line-height: 1.3;
  393. letter-spacing: .2px;
  394. display: inline-block;
  395. }
  396. .test_list {
  397. display: flex;
  398. flex-direction: row;
  399. width: 100%;
  400. margin: 10px 0;
  401. }
  402. .test_list .test_open {
  403. background: #dfdcf2;
  404. }
  405. .test_list .btn {
  406. display: inline-block;
  407. padding: 8px 16px;
  408. border-radius: 5px;
  409. border: 1px solid #d8e2e7;
  410. font-size: 13px;
  411. font-weight: 500;
  412. }
  413. .btn5{
  414. background-color:#dfdcf2 !important;
  415. }
  416. .btn6:hover{
  417. background-color:#dfdcf2 !important;
  418. }
  419. .btn7:hover{
  420. background-color:#dfdcf2 !important;
  421. }
  422. .list_table .label_badge_light {
  423. border-radius: 20px;
  424. padding: 1px 10px;
  425. font-size: 10px !important;
  426. font-weight: 400;
  427. line-height: 1.3;
  428. color: black;
  429. border-top-left-radius: 0;
  430. border-bottom-left-radius: 0;
  431. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  432. }
  433. .icon_bar {
  434. width: fit-content;
  435. overflow: auto;
  436. border-radius: 0.25rem;
  437. padding: 2px 4px;
  438. margin: 0 auto;
  439. border: 0.5px solid #d8e2e7;
  440. }
  441. .icon_bar a {
  442. text-align: center;
  443. padding: 0;
  444. color: #818084;
  445. font-size: 16px;
  446. margin: 0 3px;
  447. border-bottom: none;
  448. top: 0;
  449. }
  450. element.style {
  451. border-bottom: 0.5px dashed #e3e8ec;
  452. padding-bottom: 10px;
  453. }
  454. .info-palate {
  455. width: 100%;
  456. float: left;
  457. margin: 10px 0;
  458. position: relative;
  459. font-size: 12px !important;
  460. }
  461. .stage_form_header {
  462. display: flex;
  463. width: 100%;
  464. margin-bottom: 20px;
  465. line-height: 1.2;
  466. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  467. padding: 7px 10px;
  468. border-radius: 4px;
  469. border: none;
  470. }
  471. .stage_form_header .left {
  472. width: 40px;
  473. align-self: center;
  474. }
  475. .stage_form_header .right {
  476. width: 95%;
  477. }
  478. .stage_form_header .right .main_title {
  479. font-size: 13px;
  480. font-weight: 600;
  481. color: black;
  482. display: block;
  483. }
  484. .stage_form_header .right .sub_title {
  485. color: #343434;
  486. font-weight: 400;
  487. }
  488. .icn{
  489. background: #fff;
  490. border-radius: 100%;
  491. font-size: 14px;
  492. border: 1px solid #ceccda;
  493. }
  494. .tbl {
  495. color: #868e96;
  496. font-size: 10px;
  497. font-weight: 600 !important;
  498. margin:0px !important;
  499. }
  500. .tbl2 {
  501. font-weight: 600 !important;
  502. font-size: 11px !important;
  503. }
  504. /* new css */
  505. .shadow {
  506. box-shadow: none !important;
  507. }
  508. .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  509. background-color: #dedbf1;
  510. font-size: 9px;
  511. color: #2e1153 !important;
  512. padding: 2px 15px !important;
  513. border-radius: 12px !important;
  514. }
  515. .nav-pills .nav-link.active{
  516. background-color: #dedbf1;
  517. font-size: 9px;
  518. color: #ffffff !important;
  519. padding: 2px 15px !important;
  520. border-radius: 12px !important;
  521. }
  522. .profile_top_part_info {
  523. background: white;
  524. border: none;
  525. padding: 15px;
  526. }
  527. .profile_top_part_info .whole_part {
  528. width: 100%;
  529. display: flex;
  530. height: 145px;
  531. }
  532. .profile_top_part_info .whole_part .left_part {
  533. width: 150px;
  534. position: relative;
  535. line-height: 145px;
  536. }
  537. .profile_top_part_info .whole_part .left_part .profile-photo {
  538. left: 48%;
  539. transform: translate(-50%, 0);
  540. margin-left: 0 !important;
  541. }
  542. .profile-photo {
  543. position: absolute;
  544. }
  545. .profile-photo .profile_pic {
  546. width: 130px;
  547. }
  548. .profile_pic img {
  549. border: 2px solid #2e1153;
  550. border-radius: 1.25rem;
  551. }
  552. .profile_top_part_info .whole_part .right_part {
  553. width:100%;
  554. display: flex;
  555. }
  556. .profile_top_part_info .whole_part .right_part .right_part_right {
  557. width: 100%;
  558. margin-top: 10px;
  559. }
  560. .right_part_right_whole {
  561. display: flex;
  562. width: 100%;
  563. position: relative;
  564. justify-content: flex-end;
  565. }
  566. .summary_bordered_box {
  567. text-align-last: start;
  568. margin: 10px 20px 0;
  569. padding: 15px;
  570. border-radius: 0.25rem;
  571. position: relative;
  572. width: calc(100% - 310px);
  573. border: 1px solid #e9f0f3;
  574. /* background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); */
  575. }
  576. .review-block-title {
  577. font-size: 18px;
  578. font-weight: 600;
  579. margin-bottom: 3px !important;
  580. }
  581. .label {
  582. display: inline-block;
  583. line-height: 1;
  584. color: #fff;
  585. text-align: center;
  586. white-space: nowrap;
  587. vertical-align: baseline;
  588. border-radius: 0.25rem;
  589. font-size: 10px;
  590. font-weight: 400;
  591. }
  592. .left_function_part {
  593. display: flex;
  594. width: 100%;
  595. border-radius: 0.25rem;
  596. }
  597. .left_function_part .left {
  598. width: 125px;
  599. align-self: center;
  600. padding-right: 10px;
  601. }
  602. .left_function_part .left span {
  603. font-size: 10px;
  604. color: #2e1153;
  605. }
  606. .left_function_part .right {
  607. width: calc(100% - 125px);
  608. display: flex;
  609. }
  610. .top_part_status_name {
  611. border-radius: 20px;
  612. padding: 1px 22px 1px 10px;
  613. font-size: 10px;
  614. font-weight: 400;
  615. line-height: 1.3;
  616. letter-spacing: .2px;
  617. top: 0;
  618. position: relative;
  619. width: fit-content;
  620. display: flex;
  621. }
  622. .dropdown-menu {
  623. display: none;
  624. float: left;
  625. min-width: 7rem;
  626. padding: 0.5rem 0;
  627. margin: 0.125rem 0 0;
  628. color: #212529;
  629. text-align: left;
  630. list-style: none;
  631. background-color: #fff;
  632. background-clip: padding-box;
  633. border: 1px solid rgba(0,0,0,.15);
  634. border-radius: 0.25rem;
  635. font-size: 11px;
  636. background-color: #dedbf1;
  637. }
  638. .dropdown-item {
  639. display: block;
  640. width: 100%;
  641. clear: both;
  642. font-weight: 400;
  643. text-align: inherit;
  644. white-space: nowrap;
  645. background: 0 0;
  646. border: 0;
  647. padding: 4px 12px;
  648. }
  649. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  650. border-top-left-radius: 0.25rem;
  651. border-top-right-radius: 0.25rem;
  652. }
  653. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  654. background: #2e1153;
  655. color: #fff !important;
  656. }
  657. .summary_edu_part {
  658. border-bottom: 1px solid #eee;
  659. padding: 15px 10px;
  660. position: relative;
  661. }
  662. .summary_edu_part .education_head {
  663. display: flex;
  664. width: 100%;
  665. }
  666. .summary_edu_part .education_head .left {
  667. width: 80%;
  668. }
  669. .edu_title {
  670. background: #dedbf1;
  671. font-weight: 600;
  672. color: #2e1153;
  673. padding: 2px 8px;
  674. border-radius: 4px;
  675. border: 1px solid #d8e2e7;
  676. font-size: 11px;
  677. }
  678. .summary_edu_part .education_head .right {
  679. width: 20%;
  680. text-align: right;
  681. }
  682. .summary_edu_part .education_body ul {
  683. list-style-type: none;
  684. padding-left: 0;
  685. margin-bottom: 0;
  686. }
  687. .summary_edu_part .education_body ul li:first-child {
  688. font-size: 11px;
  689. font-weight: 600;
  690. color: black;
  691. }
  692. .summary_edu_part .education_body ul li {
  693. line-height: 1.5;
  694. color: #343434;
  695. font-weight: 400;
  696. font-size: 11px;
  697. }
  698. .summary_ielts_part {
  699. position: relative;
  700. padding: 10px;
  701. }
  702. .summary_ielts_part .education_head {
  703. display: flex;
  704. width: 100%;
  705. margin: 15px 0 10px;
  706. }
  707. .expiration {
  708. display: inline;
  709. margin-left: 5px;
  710. }
  711. .single_glance_row {
  712. background-color: rgb(255 255 255);
  713. font-size: 12px !important;
  714. margin: 0 !important;
  715. border: none;
  716. border-bottom: 1px solid #e8eef1;
  717. border-radius: 0;
  718. padding: 8px 10px;
  719. color: #343434;
  720. font-size: 1rem;
  721. }
  722. </style>
  723. <body>
  724. <header id="" class="defaultscroll sticky">
  725. <div class="container-fluid">
  726. <div class="row">
  727. <div class="col-lg-12">
  728. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  729. <div class="navbar-container d-flex content">
  730. <div class="col-md-11" style="width: 90%;">
  731. <div class="d-flex align-items-center">
  732. <ul class="nav navbar-nav mr-auto header_left">
  733. <li class="nav-item d-flex">
  734. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  735. <a class="logo" href="index.html">
  736. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  737. </a>
  738. </div>
  739. </li>
  740. </ul>
  741. </div>
  742. </div>
  743. <div class="col-md-1" style="display:flex;">
  744. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  745. <li class="nav-item dropdown dropdown-notification">
  746. <a href="">
  747. <i class="fa fa-bell change_pass_btn"></i>
  748. </a>
  749. </li>
  750. </ul>
  751. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  752. <li class="nav-item dropdown dropdown-notification">
  753. <a href="">
  754. <i class="fa fa-shopping-bag change_pass_btn"></i>
  755. </a>
  756. </li>
  757. </ul>
  758. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  759. <li class="nav-item dropdown dropdown-notification">
  760. <a href="">
  761. </a>
  762. </li>
  763. </ul>
  764. <ul class="nav navbar-nav align-items-center ml-auto header_right">
  765. <li class="nav-item dropdown dropdown-notification">
  766. <a href="">
  767. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  768. </a>
  769. </li>
  770. </ul>
  771. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  772. <li class="nav-item dropdown dropdown-notification">
  773. <a href="{{ url('teacher-logout') }}"
  774. onclick="event.preventDefault();
  775. document.getElementById('logout-form').submit();">
  776. <i class="fa fa-sign-out change_pass_btn"></i>
  777. </a>
  778. <form id="logout-form" action="{{ url('teacher-logout') }}" method="POST" class="d-none">
  779. @csrf
  780. </form>
  781. </li>
  782. </ul>
  783. </div>
  784. </div>
  785. </nav>
  786. </div>
  787. </div>
  788. </div>
  789. </header>
  790. <!-- Hero Start -->
  791. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef;">
  792. <div class="container-fluid">
  793. <div class="row">
  794. <div class="col-md-12 mt-4" style="padding-left: 21px; padding-right: 25px;">
  795. <div class="card profile_top_part_info">
  796. <div class="whole_part">
  797. <!-- <div class="left_part">
  798. <div class="profile-photo" style="margin-left: 25px;">
  799. <div class="profile_pic" style="border-radius: 0px;-webkit-border-radius:0px;">
  800. <img src="web/images/male.png" alt="">
  801. </div>
  802. </div>
  803. </div> -->
  804. <div class="right_part">
  805. <div class="right_part_right">
  806. <div class="right_part_right_whole">
  807. <div class="summary_bordered_box" style="line-height: 20px; width: 50%; height: 130px; margin: 0 15px 0 0;">
  808. <div class="review-block-title mb-0">
  809. <span>Mr B</span>
  810. <span>Islam</span>
  811. </div>
  812. <label class="label" style="padding: 0; background: #fff;">
  813. <label class="label" style="background: #2e1153; padding: 3px 7px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-size: 10px;">
  814. Apply Reference
  815. </label>
  816. <label class="label" style="background: #fff; padding: 2px 7px 2px 4px; color: #2e1153; font-weight: 600; border-top-left-radius: 0; border-bottom-left-radius: 0;border: 1px solid #ceccda; position: relative; left: -3px; font-size: 10px;">
  817. 114673
  818. </label>
  819. </label>
  820. <br>
  821. <span style="font-size:10px;">
  822. <span style="color: #868e96;">Nationality :</span>
  823. <strong>Bangladesh</strong>
  824. </span>
  825. <br>
  826. <span style="font-size:10px;">
  827. <span style="color: #868e96;">Gender :</span>
  828. <strong>Male</strong>
  829. </span>
  830. <br>
  831. <span style="font-size:10px;">
  832. <span style="color: #868e96;">Age :</span>
  833. <strong>23 years 3 month</strong>
  834. </span>
  835. </div>
  836. <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; margin-right: 15px; display: grid;">
  837. <div class="left_function_part">
  838. <div class="left" style="margin-top:-10px;">
  839. <span style="font-weight:800;">
  840. Title :
  841. </span>
  842. </div>
  843. <div class="right">
  844. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  845. <span class="top_part_status_name">
  846. Lorem, ipsum dolor.
  847. </span>
  848. </div>
  849. </div>
  850. </div>
  851. <div class="left_function_part">
  852. <div class="left" style="margin-top:-5px;">
  853. <span>
  854. Methology :
  855. </span>
  856. </div>
  857. <div class="right">
  858. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  859. <span class="top_part_status_name">
  860. Qualitative
  861. </span>
  862. </div>
  863. </div>
  864. </div>
  865. <div class="left_function_part">
  866. <div class="left" style="margin-top:-5px;">
  867. <span>
  868. Funding Status :
  869. </span>
  870. </div>
  871. <div class="right">
  872. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  873. <span class="top_part_status_name">
  874. Self-funded
  875. </span>
  876. </div>
  877. </div>
  878. </div>
  879. <div class="left_function_part">
  880. <div class="left" style="margin-top:-10px;">
  881. <span>
  882. Preferred Start Date :
  883. </span>
  884. </div>
  885. <div class="right">
  886. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  887. <span class="top_part_status_name">
  888. Mar 2023
  889. </span>
  890. </div>
  891. </div>
  892. </div>
  893. </div>
  894. <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; display: grid;">
  895. <div class="left_function_part">
  896. <div class="left" style="margin-top:-10px;">
  897. <span>
  898. Application received:
  899. </span>
  900. </div>
  901. <div class="right">
  902. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  903. <span style="font-size: 10px;">
  904. 4 April 2023
  905. </span>
  906. </div>
  907. </div>
  908. </div>
  909. <div class="left_function_part">
  910. <div class="left" style="margin-top:-5px;">
  911. <span>
  912. Accepted on :
  913. </span>
  914. </div>
  915. <div class="right">
  916. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  917. <span style="font-size: 10px;">
  918. 4 April 2023
  919. </span>
  920. </div>
  921. </div>
  922. </div>
  923. <div class="left_function_part">
  924. <div class="left" style="margin-top:-5px;">
  925. <span>
  926. Decision made :
  927. </span>
  928. </div>
  929. <div class="right">
  930. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  931. <span style="font-size: 10px;">
  932. 28 Feb 2023
  933. </span>
  934. <span> . </span>
  935. <span style="font-size: 10px;">
  936. Accepted
  937. </span>
  938. </div>
  939. </div>
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946. </div>
  947. </div>
  948. <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
  949. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  950. <div class="info-palate mt-0" style="margin:0px;">
  951. <div class="left">
  952. <div>
  953. <div class="single_glance_row mt-1">
  954. <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
  955. <span class="tbl2 mb-2" style="float: right;">
  956. <i class="fa-solid fa-star"></i>
  957. <i class="fa-solid fa-star"></i>
  958. <i class="fa-solid fa-star"></i>
  959. <i class="fa-regular fa-star-half-stroke"></i>
  960. <i class="fa-regular fa-star"></i>
  961. </span>
  962. </div>
  963. <div class="single_glance_row mt-1">
  964. <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
  965. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  966. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  967. Good
  968. </span>
  969. <div class="dropdown" style="top:-2px; position: absolute; right: 9px;">
  970. <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>
  971. <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;">
  972. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">Poor</a>
  973. </div>
  974. </div>
  975. </div>
  976. </div>
  977. <div class="single_glance_row mt-1">
  978. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  979. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  980. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  981. Hold
  982. </span>
  983. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  984. <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>
  985. <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;">
  986. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">In Review</a>
  987. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Pause</a>
  988. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Rejected</a>
  989. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Interested</a>
  990. </div>
  991. </div>
  992. </div>
  993. </div>
  994. <div class="single_glance_row mt-1" style="border-bottom: none;">
  995. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  996. <span class="tbl2">
  997. <div class="mb-2">
  998. <div class="form-icon position-relative">
  999. <textarea class="form-control" name="message" required=""></textarea>
  1000. </div>
  1001. </div>
  1002. <div class="text-end">
  1003. <button class="btn btn2">Save</button>
  1004. </div>
  1005. </span>
  1006. </div>
  1007. </div>
  1008. </div>
  1009. </div>
  1010. </div>
  1011. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1012. <div class="info-palate mt-0">
  1013. <div class="left">
  1014. <div class="ad_pref_item_header mb-2">
  1015. <div class="Feedback">Applicate Profile</div>
  1016. </div>
  1017. <div class="summary_edu_part">
  1018. <div class="education_head">
  1019. <div class="left">
  1020. <span class="edu_title">Master Degree</span>
  1021. </div>
  1022. <div class="right">
  1023. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1024. </div>
  1025. </div>
  1026. <div class="education_body mt-3">
  1027. <ul>
  1028. <li>Philosophy</li>
  1029. <li>M.C College, Sylhet</li>
  1030. <li>June 2013 - September 2017</li>
  1031. </ul>
  1032. </div>
  1033. </div>
  1034. <div class="summary_edu_part mt-1">
  1035. <div class="education_head">
  1036. <div class="left">
  1037. <span class="edu_title">Bachelor Degree</span>
  1038. </div>
  1039. <div class="right">
  1040. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1041. </div>
  1042. </div>
  1043. <div class="education_body mt-3">
  1044. <ul>
  1045. <li>Philosophy</li>
  1046. <li>M.C College, Sylhet</li>
  1047. <li>June 2013 - September 2017</li>
  1048. </ul>
  1049. </div>
  1050. </div>
  1051. <div class="summary_ielts_part">
  1052. <div class="education_head">
  1053. <div class="left">
  1054. <span class="edu_title">OIETC - ELLT</span>
  1055. <div class="expiration">
  1056. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1057. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1058. 19 Feb 2023
  1059. </span>
  1060. </div>
  1061. <span class="label_badge_radius" style="position: absolute; right: 0; font-weight: 600; background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); color: rgb(46, 17, 83);">8</span>
  1062. </div>
  1063. </div>
  1064. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1065. <div class="result" style="display: flex;">
  1066. <div class="result-part" style="font-size: 11px;">
  1067. <span class="single_point">Speaking:
  1068. <span class="point_number" style="font-weight: 700;">7 ,
  1069. </span>
  1070. </span>
  1071. </div>
  1072. <div class="result-part" style="font-size: 11px;">
  1073. <span class="single_point">Listening:
  1074. <span class="point_number" style="font-weight: 700;">9 ,
  1075. </span>
  1076. </span>
  1077. </div>
  1078. <div class="result-part" style="font-size: 11px;">
  1079. <span class="single_point">Writing:
  1080. <span class="point_number" style="font-weight: 700;">8 ,
  1081. </span>
  1082. </span>
  1083. </div>
  1084. <div class="result-part" style="font-size: 11px;">
  1085. <span class="single_point">Reading:
  1086. <span class="point_number" style="font-weight: 700;">7 ,
  1087. </span>
  1088. </span>
  1089. </div>
  1090. </div>
  1091. </div>
  1092. </div>
  1093. <div class="single_glance_row mt-1">
  1094. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1095. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">5 Years</span>
  1096. <span style="font-size: 11px; color: #868e96;">(01 Nov 2017 - Continue)</span>
  1097. </div>
  1098. </div>
  1099. </div>
  1100. </div>
  1101. </div><!--end col-->
  1102. <div class="col-md-9 mt-4" style="padding: 3px;">
  1103. <div class="card border-0" style="border-radius:0px !important;">
  1104. <div class="container-fluid">
  1105. <div class="row">
  1106. <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1107. <ul class="nav nav-pills shadow flex-column flex-sm-row d-md-inline-flex nav-justified mb-0 bg-white rounded-top position-relative overflow-hidden" id="pills-tab" role="tablist">
  1108. <li class="nav-item m-1">
  1109. <i class="fa fa-graduation-cap"></i></br>
  1110. <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;">
  1111. Proposal
  1112. </a>
  1113. </li>
  1114. <li class="nav-item m-1 ms-3">
  1115. <i class="fa fa-list-ul"></i></br>
  1116. <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;">
  1117. Doc/Info Required
  1118. </a>
  1119. </li>
  1120. </ul>
  1121. <div class="row">
  1122. <div class="col-md-8" style="padding:0px;">
  1123. <div class="card border-0 shadow">
  1124. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1125. <div class="row mt-3 mb-1">
  1126. <div class="col-12">
  1127. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1128. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1129. <div class="row align-items-center">
  1130. <div class="col-md-12">
  1131. <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="670px"/>
  1132. </div><!--end col-->
  1133. </div><!--end row-->
  1134. </div><!--end teb pane-->
  1135. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1136. <div class="row align-items-center">
  1137. <div class="col-md-12 mt-2">
  1138. <div class="row">
  1139. <h5>coming soon..</h5>
  1140. </div>
  1141. </div><!--end col-->
  1142. </div><!--end row-->
  1143. </div><!--end row-->
  1144. </div><!--end tab content-->
  1145. </div><!--end col-->
  1146. </div><!--end row-->
  1147. </div><!--end container-->
  1148. </div>
  1149. </div><!--end col-->
  1150. <div class="col-md-4">
  1151. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1152. <div class="info-palate mt-0">
  1153. <div class="left">
  1154. <div class="ad_pref_item_header">
  1155. <div class="Feedback">Feedback from others</div>
  1156. </div>
  1157. <div class="single_radius_item">
  1158. <div style="border-bottom: 1px solid #e8eef1;">
  1159. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1160. <span class="edu_title">Uni. Name</span><br>
  1161. <span>Proposal Quality</span><br>
  1162. <span>Content Quality</span><br>
  1163. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1164. </div>
  1165. </div>
  1166. <div style="border-bottom: 1px solid #e8eef1;">
  1167. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1168. <span class="edu_title">Uni. Name</span><br>
  1169. <span>Proposal Quality</span><br>
  1170. <span>Content Quality</span><br>
  1171. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1172. </div>
  1173. </div>
  1174. </div>
  1175. </div>
  1176. </div>
  1177. </div>
  1178. </div>
  1179. </div><!--end container-->
  1180. </div>
  1181. </div><!--end col-->
  1182. </div>
  1183. </div><!--end row-->
  1184. </div><!--end container-->
  1185. </section><!--end section-->
  1186. <!-- Hero End -->
  1187. <!-- Main Js -->
  1188. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1189. <!-- tobii js -->
  1190. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1191. <!-- SLIDER -->
  1192. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1193. <!-- Icons -->
  1194. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1195. <!-- Main Js -->
  1196. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1197. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1198. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1199. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1200. <script src="{{asset('web/js/app.js')}}"></script>
  1201. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1202. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1203. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1204. <script src="{{asset('web/js/app.js')}}"></script>
  1205. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1206. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  1207. </body>
  1208. </html>