title.blade.php 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  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>{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</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. {{cn($proposal_details,'teacher_details.ref_no','')}}
  818. </label>
  819. </label>
  820. <br>
  821. <span style="font-size:10px;">
  822. <span style="color: #868e96;">Nationality :</span>
  823. <strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
  824. </span>
  825. <br>
  826. <span style="font-size:10px;">
  827. <span style="color: #868e96;">Gender :</span>
  828. <strong>{{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}</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. <strong>{{ date("d M, Y", strtotime(cn($proposal_details,'student_details.dob','')))}}</strong>
  835. </span>
  836. </div>
  837. <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; margin-right: 15px; display: grid;">
  838. <div class="left_function_part">
  839. <div class="left" style="margin-top:-10px;">
  840. <span style="font-weight:800;">
  841. Title :
  842. </span>
  843. </div>
  844. <div class="right">
  845. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  846. <span class="top_part_status_name">
  847. Lorem, ipsum dolor.
  848. </span>
  849. </div>
  850. </div>
  851. </div>
  852. <div class="left_function_part">
  853. <div class="left" style="margin-top:-5px;">
  854. <span>
  855. Methology :
  856. </span>
  857. </div>
  858. <div class="right">
  859. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  860. <span class="top_part_status_name">
  861. Qualitative
  862. </span>
  863. </div>
  864. </div>
  865. </div>
  866. <div class="left_function_part">
  867. <div class="left" style="margin-top:-5px;">
  868. <span>
  869. Funding Status :
  870. </span>
  871. </div>
  872. <div class="right">
  873. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  874. <span class="top_part_status_name">
  875. Self-funded
  876. </span>
  877. </div>
  878. </div>
  879. </div>
  880. <div class="left_function_part">
  881. <div class="left" style="margin-top:-10px;">
  882. <span>
  883. Preferred Start Date :
  884. </span>
  885. </div>
  886. <div class="right">
  887. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  888. <span class="top_part_status_name">
  889. Mar 2023
  890. </span>
  891. </div>
  892. </div>
  893. </div>
  894. </div>
  895. <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; display: grid;">
  896. <div class="left_function_part">
  897. <div class="left" style="margin-top:-10px;">
  898. <span>
  899. Application received:
  900. </span>
  901. </div>
  902. <div class="right">
  903. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  904. <span style="font-size: 10px;">
  905. 4 April 2023
  906. </span>
  907. </div>
  908. </div>
  909. </div>
  910. <div class="left_function_part">
  911. <div class="left" style="margin-top:-5px;">
  912. <span>
  913. Accepted on :
  914. </span>
  915. </div>
  916. <div class="right">
  917. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  918. <span style="font-size: 10px;">
  919. 4 April 2023
  920. </span>
  921. </div>
  922. </div>
  923. </div>
  924. <div class="left_function_part">
  925. <div class="left" style="margin-top:-5px;">
  926. <span>
  927. Decision made :
  928. </span>
  929. </div>
  930. <div class="right">
  931. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  932. <span style="font-size: 10px;">
  933. 28 Feb 2023
  934. </span>
  935. <span> . </span>
  936. <span style="font-size: 10px;">
  937. Accepted
  938. </span>
  939. </div>
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946. </div>
  947. </div>
  948. </div>
  949. <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
  950. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  951. <div class="info-palate mt-0" style="margin:0px;">
  952. <div class="left">
  953. <div>
  954. <div class="single_glance_row mt-1">
  955. <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
  956. <span class="tbl2 mb-2" style="float: right;">
  957. <i class="fa-solid fa-star"></i>
  958. <i class="fa-solid fa-star"></i>
  959. <i class="fa-solid fa-star"></i>
  960. <i class="fa-regular fa-star-half-stroke"></i>
  961. <i class="fa-regular fa-star"></i>
  962. </span>
  963. </div>
  964. <div class="single_glance_row mt-1">
  965. <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
  966. <span style="font-size: 11px; color: #868e96; float: right;">Good</span>
  967. </div>
  968. <div class="single_glance_row mt-1">
  969. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  970. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  971. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  972. Hold
  973. </span>
  974. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  975. <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>
  976. <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;">
  977. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">In Review</a>
  978. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Pause</a>
  979. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Rejected</a>
  980. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Interested</a>
  981. </div>
  982. </div>
  983. </div>
  984. </div>
  985. <div class="single_glance_row mt-1" style="border-bottom: none;">
  986. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  987. <span class="tbl2">
  988. <div class="mb-2">
  989. <div class="form-icon position-relative">
  990. <textarea class="form-control" name="message" required=""></textarea>
  991. </div>
  992. </div>
  993. <div class="text-end">
  994. <button class="btn btn2">Save</button>
  995. </div>
  996. </span>
  997. </div>
  998. </div>
  999. </div>
  1000. </div>
  1001. </div>
  1002. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1003. <div class="info-palate mt-0">
  1004. <div class="left">
  1005. <div class="ad_pref_item_header mb-2">
  1006. <div class="Feedback">Applicate Profile</div>
  1007. </div>
  1008. <div class="summary_edu_part">
  1009. <div class="education_head">
  1010. <div class="left">
  1011. <span class="edu_title">Master Degree</span>
  1012. </div>
  1013. <div class="right">
  1014. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1015. </div>
  1016. </div>
  1017. <div class="education_body mt-3">
  1018. <ul>
  1019. <li>Philosophy</li>
  1020. <li>M.C College, Sylhet</li>
  1021. <li>June 2013 - September 2017</li>
  1022. </ul>
  1023. </div>
  1024. </div>
  1025. <div class="summary_edu_part mt-1">
  1026. <div class="education_head">
  1027. <div class="left">
  1028. <span class="edu_title">Bachelor Degree</span>
  1029. </div>
  1030. <div class="right">
  1031. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1032. </div>
  1033. </div>
  1034. <div class="education_body mt-3">
  1035. <ul>
  1036. <li>Philosophy</li>
  1037. <li>M.C College, Sylhet</li>
  1038. <li>June 2013 - September 2017</li>
  1039. </ul>
  1040. </div>
  1041. </div>
  1042. <div class="summary_ielts_part">
  1043. <div class="education_head">
  1044. <div class="left">
  1045. <span class="edu_title">OIETC - ELLT</span>
  1046. <div class="expiration">
  1047. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1048. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1049. 19 Feb 2023
  1050. </span>
  1051. </div>
  1052. <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>
  1053. </div>
  1054. </div>
  1055. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1056. <div class="result" style="display: flex;">
  1057. <div class="result-part" style="font-size: 11px;">
  1058. <span class="single_point">Speaking:
  1059. <span class="point_number" style="font-weight: 700;">7 ,
  1060. </span>
  1061. </span>
  1062. </div>
  1063. <div class="result-part" style="font-size: 11px;">
  1064. <span class="single_point">Listening:
  1065. <span class="point_number" style="font-weight: 700;">9 ,
  1066. </span>
  1067. </span>
  1068. </div>
  1069. <div class="result-part" style="font-size: 11px;">
  1070. <span class="single_point">Writing:
  1071. <span class="point_number" style="font-weight: 700;">8 ,
  1072. </span>
  1073. </span>
  1074. </div>
  1075. <div class="result-part" style="font-size: 11px;">
  1076. <span class="single_point">Reading:
  1077. <span class="point_number" style="font-weight: 700;">7 ,
  1078. </span>
  1079. </span>
  1080. </div>
  1081. </div>
  1082. </div>
  1083. </div>
  1084. <div class="single_glance_row mt-1">
  1085. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1086. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">5 Years</span>
  1087. <span style="font-size: 11px; color: #868e96;">(01 Nov 2017 - Continue)</span>
  1088. </div>
  1089. </div>
  1090. </div>
  1091. </div>
  1092. </div><!--end col-->
  1093. <div class="col-md-9 mt-4" style="padding: 3px;">
  1094. <div class="card border-0" style="border-radius:0px !important;">
  1095. <div class="container-fluid">
  1096. <div class="row">
  1097. <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1098. <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">
  1099. <li class="nav-item m-1">
  1100. <i class="fa fa-graduation-cap"></i></br>
  1101. <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;">
  1102. Proposal
  1103. </a>
  1104. </li>
  1105. <li class="nav-item m-1 ms-3">
  1106. <i class="fa fa-list-ul"></i></br>
  1107. <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;">
  1108. Doc/Info Required
  1109. </a>
  1110. </li>
  1111. </ul>
  1112. <div class="row">
  1113. <div class="col-md-8" style="padding:0px;">
  1114. <div class="card border-0 shadow">
  1115. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1116. <div class="row mt-3 mb-1">
  1117. <div class="col-12">
  1118. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1119. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1120. <div class="row align-items-center">
  1121. <div class="col-md-12">
  1122. <iframe src ="{{url(asset('web/files/CRM.pdf'))}}" type="application/pdf" width="100%" height="670px"></iframe>
  1123. </div><!--end col-->
  1124. </div><!--end row-->
  1125. </div><!--end teb pane-->
  1126. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1127. <div class="row align-items-center">
  1128. <div class="col-md-12 mt-2">
  1129. <div class="row">
  1130. <h5>coming soon..</h5>
  1131. </div>
  1132. </div><!--end col-->
  1133. </div><!--end row-->
  1134. </div><!--end row-->
  1135. </div><!--end tab content-->
  1136. </div><!--end col-->
  1137. </div><!--end row-->
  1138. </div><!--end container-->
  1139. </div>
  1140. </div><!--end col-->
  1141. <div class="col-md-4">
  1142. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1143. <div class="info-palate mt-0">
  1144. <div class="left">
  1145. <div class="ad_pref_item_header">
  1146. <div class="Feedback">Feedback from others</div>
  1147. </div>
  1148. <div class="single_radius_item">
  1149. <div style="border-bottom: 1px solid #e8eef1;">
  1150. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1151. <span class="edu_title">Uni. Name</span><br>
  1152. <span>Proposal Quality</span><br>
  1153. <span>Content Quality</span><br>
  1154. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1155. </div>
  1156. </div>
  1157. <div style="border-bottom: 1px solid #e8eef1;">
  1158. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1159. <span class="edu_title">Uni. Name</span><br>
  1160. <span>Proposal Quality</span><br>
  1161. <span>Content Quality</span><br>
  1162. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1163. </div>
  1164. </div>
  1165. </div>
  1166. </div>
  1167. </div>
  1168. </div>
  1169. </div>
  1170. </div><!--end container-->
  1171. </div>
  1172. </div><!--end col-->
  1173. </div>
  1174. </div><!--end row-->
  1175. </div><!--end container-->
  1176. </section><!--end section-->
  1177. <!-- Hero End -->
  1178. <!-- Main Js -->
  1179. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1180. <!-- tobii js -->
  1181. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1182. <!-- SLIDER -->
  1183. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1184. <!-- Icons -->
  1185. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1186. <!-- Main Js -->
  1187. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1188. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1189. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1190. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1191. <script src="{{asset('web/js/app.js')}}"></script>
  1192. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1193. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1194. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1195. <script src="{{asset('web/js/app.js')}}"></script>
  1196. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1197. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  1198. </body>
  1199. </html>