title.blade.php 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  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">
  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. <span style="font-size: 11px; color: #868e96;">Good</span>
  966. </div>
  967. <div class="single_glance_row mt-1" style="display: flex;">
  968. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  969. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  970. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  971. Hold
  972. </span>
  973. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  974. <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>
  975. <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;">
  976. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">In Review</a>
  977. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Pause</a>
  978. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Rejected</a>
  979. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Interested</a>
  980. </div>
  981. </div>
  982. </div>
  983. </div>
  984. <div class="single_glance_row mt-1" style="border-bottom: none;">
  985. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  986. <span class="tbl2">
  987. <div class="mb-2">
  988. <div class="form-icon position-relative">
  989. <textarea class="form-control" name="message" required=""></textarea>
  990. </div>
  991. </div>
  992. <div class="text-end">
  993. <button class="btn btn2">Save</button>
  994. </div>
  995. </span>
  996. </div>
  997. </div>
  998. </div>
  999. </div>
  1000. </div>
  1001. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1002. <div class="info-palate mt-0">
  1003. <div class="left">
  1004. <div class="ad_pref_item_header mb-2">
  1005. <div class="Feedback">Applicate Profile</div>
  1006. </div>
  1007. <div class="summary_edu_part">
  1008. <div class="education_head">
  1009. <div class="left">
  1010. <span class="edu_title">Master Degree</span>
  1011. </div>
  1012. <div class="right">
  1013. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1014. </div>
  1015. </div>
  1016. <div class="education_body mt-3">
  1017. <ul>
  1018. <li>Philosophy</li>
  1019. <li>M.C College, Sylhet</li>
  1020. <li>June 2013 - September 2017</li>
  1021. </ul>
  1022. </div>
  1023. </div>
  1024. <div class="summary_edu_part mt-1">
  1025. <div class="education_head">
  1026. <div class="left">
  1027. <span class="edu_title">Bachelor Degree</span>
  1028. </div>
  1029. <div class="right">
  1030. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1031. </div>
  1032. </div>
  1033. <div class="education_body mt-3">
  1034. <ul>
  1035. <li>Philosophy</li>
  1036. <li>M.C College, Sylhet</li>
  1037. <li>June 2013 - September 2017</li>
  1038. </ul>
  1039. </div>
  1040. </div>
  1041. <div class="summary_ielts_part">
  1042. <div class="education_head">
  1043. <div class="left">
  1044. <span class="edu_title">OIETC - ELLT</span>
  1045. <div class="expiration">
  1046. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1047. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1048. 19 Feb 2023
  1049. </span>
  1050. </div>
  1051. <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>
  1052. </div>
  1053. </div>
  1054. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1055. <div class="result" style="display: flex;">
  1056. <div class="result-part" style="font-size: 11px;">
  1057. <span class="single_point">Speaking:
  1058. <span class="point_number" style="font-weight: 700;">7 ,
  1059. </span>
  1060. </span>
  1061. </div>
  1062. <div class="result-part" style="font-size: 11px;">
  1063. <span class="single_point">Listening:
  1064. <span class="point_number" style="font-weight: 700;">9 ,
  1065. </span>
  1066. </span>
  1067. </div>
  1068. <div class="result-part" style="font-size: 11px;">
  1069. <span class="single_point">Writing:
  1070. <span class="point_number" style="font-weight: 700;">8 ,
  1071. </span>
  1072. </span>
  1073. </div>
  1074. <div class="result-part" style="font-size: 11px;">
  1075. <span class="single_point">Reading:
  1076. <span class="point_number" style="font-weight: 700;">7 ,
  1077. </span>
  1078. </span>
  1079. </div>
  1080. </div>
  1081. </div>
  1082. </div>
  1083. <div class="single_glance_row mt-1">
  1084. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1085. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">5 Years</span>
  1086. <span style="font-size: 11px; color: #868e96;">(01 Nov 2017 - Continue)</span>
  1087. </div>
  1088. </div>
  1089. </div>
  1090. </div>
  1091. </div><!--end col-->
  1092. <div class="col-md-9 mt-4" style="padding: 3px;">
  1093. <div class="card border-0" style="border-radius:0px !important;">
  1094. <div class="container-fluid">
  1095. <div class="row">
  1096. <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1097. <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">
  1098. <li class="nav-item m-1">
  1099. <i class="fa fa-graduation-cap"></i></br>
  1100. <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;">
  1101. Proposal
  1102. </a>
  1103. </li>
  1104. <li class="nav-item m-1 ms-3">
  1105. <i class="fa fa-list-ul"></i></br>
  1106. <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;">
  1107. Doc/Info Required
  1108. </a>
  1109. </li>
  1110. </ul>
  1111. <div class="row">
  1112. <div class="col-md-8" style="padding:0px;">
  1113. <div class="card border-0 shadow">
  1114. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1115. <div class="row mt-3 mb-1">
  1116. <div class="col-12">
  1117. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1118. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1119. <div class="row align-items-center">
  1120. <div class="col-md-12">
  1121. <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="670px"/>
  1122. </div><!--end col-->
  1123. </div><!--end row-->
  1124. </div><!--end teb pane-->
  1125. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1126. <div class="row align-items-center">
  1127. <div class="col-md-12 mt-2">
  1128. <div class="row">
  1129. <h5>coming soon..</h5>
  1130. </div>
  1131. </div><!--end col-->
  1132. </div><!--end row-->
  1133. </div><!--end row-->
  1134. </div><!--end tab content-->
  1135. </div><!--end col-->
  1136. </div><!--end row-->
  1137. </div><!--end container-->
  1138. </div>
  1139. </div><!--end col-->
  1140. <div class="col-md-4">
  1141. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1142. <div class="info-palate mt-0">
  1143. <div class="left">
  1144. <div class="ad_pref_item_header">
  1145. <div class="Feedback">Feedback from others</div>
  1146. </div>
  1147. <div class="single_radius_item">
  1148. <div style="border-bottom: 1px solid #e8eef1;">
  1149. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1150. <span class="edu_title">Uni. Name</span><br>
  1151. <span>Proposal Quality</span><br>
  1152. <span>Content Quality</span><br>
  1153. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1154. </div>
  1155. </div>
  1156. <div style="border-bottom: 1px solid #e8eef1;">
  1157. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1158. <span class="edu_title">Uni. Name</span><br>
  1159. <span>Proposal Quality</span><br>
  1160. <span>Content Quality</span><br>
  1161. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1162. </div>
  1163. </div>
  1164. </div>
  1165. </div>
  1166. </div>
  1167. </div>
  1168. </div>
  1169. </div><!--end container-->
  1170. </div>
  1171. </div><!--end col-->
  1172. </div>
  1173. </div><!--end row-->
  1174. </div><!--end container-->
  1175. </section><!--end section-->
  1176. <!-- Hero End -->
  1177. <!-- Main Js -->
  1178. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1179. <!-- tobii js -->
  1180. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1181. <!-- SLIDER -->
  1182. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1183. <!-- Icons -->
  1184. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1185. <!-- Main Js -->
  1186. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1187. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1188. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1189. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1190. <script src="{{asset('web/js/app.js')}}"></script>
  1191. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1192. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1193. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1194. <script src="{{asset('web/js/app.js')}}"></script>
  1195. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1196. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  1197. </body>
  1198. </html>