student_proposal_details.blade.php 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495
  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. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  48. <link href="{{ asset('css/noty/lib/themes/sunset.css') }}" rel="stylesheet" type="text/css">
  49. <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
  50. <link href="{{ asset('css/wait-me/waitMe.min.css')}}" rel="stylesheet" type="text/css">
  51. <link rel="stylesheet" href="{{ asset('/css/pretty-checkbox/pretty-checkbox.min.css') }}">
  52. </head>
  53. <style>
  54. body {
  55. font-family:'Quicksand', sans-serif;
  56. }
  57. h1, h2, h3, h4, h5, h6 {
  58. font-family: 'Oswald', sans-serif;
  59. font-family: 'Quicksand', sans-serif;
  60. }
  61. .bg-half-170 {
  62. padding:0px;
  63. }
  64. .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 {
  65. background-color: #141639c4 !important;
  66. color: white!important;
  67. border-radius:0px !important;
  68. }
  69. .nav-pills .nav-link{
  70. color: white !important;
  71. }
  72. .nav-pills {
  73. margin-bottom: 0px;
  74. background:none;
  75. }
  76. .logo {
  77. font-weight: 700;
  78. font-size: 24px;
  79. margin-right: 0px;
  80. padding: 0 0 6px;
  81. letter-spacing: 1px;
  82. line-height: 68px;
  83. }
  84. .horizontal-menu .header-navbar.navbar-fixed {
  85. position: fixed;
  86. width: 100%;
  87. }
  88. .btn1{
  89. background-color: #aba3db !important;
  90. color:white !important;
  91. border-radius: 20px;
  92. box-shadow:none !important;
  93. }
  94. .btn1:hover{
  95. background: #453993 !important;
  96. color: #fff !important;
  97. border-radius: 20px;
  98. }
  99. .title{
  100. font-size:12px;
  101. }
  102. .badge-title{
  103. background: #dedbf1;
  104. font-weight: 600;
  105. color: #2e1153;
  106. padding: 2px 8px;
  107. border-radius: 4px;
  108. border: 1px solid #d8e2e7;
  109. font-size: 11px;
  110. }
  111. .label_badge_radius {
  112. color: #2e1153;
  113. border-radius: 20px;
  114. padding: 1px 10px;
  115. font-size: 11px;
  116. line-height: 1.3;
  117. letter-spacing: .2px;
  118. font-weight: 600;
  119. background: rgb(255, 255, 255);
  120. }
  121. .badge-lighter-green {
  122. background: #d8fdd8!important;
  123. color: green!important;
  124. }
  125. .badge-lighter-red {
  126. background: #f3dadc!important;
  127. color: #de1528!important;
  128. }
  129. .uil-map-marker {
  130. color: #2e1153;
  131. background: #f1f0fb;
  132. border-radius: 100%;
  133. font-size: 14px;
  134. padding: 4px 6px;
  135. border: 1px solid #ceccda;
  136. }
  137. .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 {
  138. background-color: #2e1153 !important;
  139. color: white!important;
  140. }
  141. .form-check-input.form-check-input:checked{
  142. background-color: #2f55d4 !important;
  143. border-radius: 7px !important;
  144. }
  145. .small, small {
  146. background-color: #dedbf1;
  147. border-radius: 20px;
  148. padding: 3px 22px;
  149. font-size: 11px;
  150. color: #2e1153 !important;
  151. }
  152. .small, small:hover, small:focus, small:active {
  153. background-color: #2e1153;
  154. border-radius: 20px;
  155. padding: 3px 22px;
  156. font-size: 11px;
  157. color: #fff !important;
  158. }
  159. .nav-pills {
  160. margin-bottom: 0px;
  161. background:none;
  162. }
  163. .submit_button {
  164. background-color: #2e1153!important;
  165. border-width: 1px!important;
  166. border-color: #2e1153!important;
  167. color: #fff!important;
  168. border-radius: 30px!important;
  169. padding: 0 11px!important;
  170. height: 28px!important;
  171. font-size: 14px!important;
  172. line-height: 1!important;
  173. font-weight: 600!important;
  174. }
  175. .ad_pref_item_header {
  176. display: flex;
  177. background: #dedbf1;
  178. padding: 7px 16px;
  179. border-radius: 25px;
  180. position: relative;
  181. font-size: 12px;
  182. font-weight: 700;
  183. justify-content: space-between;
  184. }
  185. .ad_pref_item_header .destination {
  186. width: 295px;
  187. align-self: center;
  188. }
  189. .ad_pref_item_header .second {
  190. align-self: center;
  191. width: 300px;
  192. }
  193. .ad_pref_item_header .third {
  194. width: 200px;
  195. align-self: center;
  196. margin-right: 25px;
  197. }
  198. .ad_pref_item_header .fourth {
  199. width: 50px;
  200. align-self: center;
  201. text-align: center;
  202. }
  203. .ad_pref_item_header .last {
  204. width: 125px;
  205. align-self: center;
  206. text-align: -webkit-right;
  207. }
  208. .single_ad_pref_item {
  209. display: flex;
  210. padding: 10px;
  211. margin-top: 10px;
  212. border-radius: 7px;
  213. position: relative;
  214. border: 1px solid #e9f0f3;
  215. }
  216. .single_ad_pref_item2 {
  217. display: flex;
  218. margin-top: 10px;
  219. border-radius: 5px;
  220. position: relative;
  221. background-color: whitesmoke;
  222. }
  223. .single_ad_pref_item1 {
  224. display: flex;
  225. padding: 6px;
  226. border-radius: 4px;
  227. margin-top: 10px;
  228. position: relative;
  229. background-color: #ebf9ff;
  230. color: #898686;
  231. }
  232. .single_ad_pref_item .destination {
  233. align-self: center;
  234. display: flex;
  235. }
  236. .single_ad_pref_item .destination_left {
  237. align-self: center;
  238. }
  239. .single_ad_pref_item:hover {
  240. background: #f5f4fd;
  241. }
  242. .single_ad_pref_item .left {
  243. align-self: center;
  244. }
  245. .ad_pref_part .single_ad_pref_item .left strong {
  246. color: #393b3e;
  247. font-size: 12px;
  248. }
  249. .single_ad_pref_item .label_badge_radius {
  250. background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd);
  251. color: #2e1153;
  252. border-radius: 20px;
  253. padding: 1px 10px;
  254. font-size: 11px;
  255. font-weight: 400;
  256. line-height: 1.3;
  257. letter-spacing: .2px;
  258. }
  259. .single_ad_pref_item .middle {
  260. align-self: center;
  261. margin-right: 25px;
  262. }
  263. .single_ad_pref_item .status_column {
  264. align-self: center;
  265. text-align: center;
  266. }
  267. .single_ad_pref_item .right {
  268. align-self: center;
  269. text-align: -webkit-right;
  270. }
  271. .table {
  272. width: 100%;
  273. color: #6e6b7b;
  274. }
  275. .list_table thead tr th {
  276. font-size: 12px;
  277. font-weight: 700;
  278. background-color: #dedbf1!important;
  279. text-transform: capitalize;
  280. color: #343434;
  281. }
  282. .list_table thead tr th {
  283. padding: 11px 6px 10px!important;
  284. }
  285. .list_table .institute_info {
  286. display: flex !important;
  287. }
  288. .list_table .institute_info .left {
  289. width: 45px;
  290. align-self: center;
  291. }
  292. .list_table .institute_info .left .fa {
  293. background: #f1f0fb;
  294. padding: 10px;
  295. border-radius: 100%;
  296. font-size: 14px;
  297. color: #2e1153;
  298. }
  299. tbody, td, tfoot, th, thead, tr {
  300. border-color: inherit;
  301. border-style: dashed;
  302. border-width: 0;
  303. }
  304. .change_pass_btn {
  305. margin-top: 0;
  306. color: #2e1153;
  307. border: 1px solid #dedbf1;
  308. border-radius: 50%;
  309. padding: 5px 6px;
  310. margin-right: 0;
  311. background: #dedbf1;
  312. font-size: 15px!important;
  313. }
  314. .navbar {
  315. display: inline-block;
  316. }
  317. .change_pass_btn:hover {
  318. color: #ff7f00;
  319. transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  320. border: 1px solid #ff7f00!important;
  321. }
  322. .card {
  323. background-color: inherit;
  324. }
  325. .education{
  326. padding: 10px 16px;
  327. background-color: #dedbf1!important;
  328. margin-left: -12px;
  329. margin-right: -12px;
  330. border-radius: 4px 4px 0px 0px;
  331. font-size: 12px;
  332. }
  333. .btn2{
  334. background-color: #2e1153 !important;
  335. color:white !important;
  336. border-radius: 20px;
  337. box-shadow:none !important;
  338. padding:3px 13px !important;
  339. font-size:13px;
  340. }
  341. .btn2:hover{
  342. background: #fff !important;
  343. color: #2e1153 !important;
  344. border-radius: 20px;
  345. border-color: #2e1153!important;
  346. }
  347. .btncl{
  348. padding: 2px 6px;
  349. color: #ffffff !important;
  350. background-color: #ffc107 !important;
  351. border-radius: 30px;
  352. }
  353. .btncl:hover {
  354. background-color: #ffffff !important;
  355. border-color: #ffc107 !important;
  356. color: #ffc107 !important;
  357. }
  358. .btn3{
  359. background-color: #2e1153 !important;
  360. color:white !important;
  361. border-radius: 20px;
  362. box-shadow:none !important;
  363. padding:3px 17px !important;
  364. font-size:13px;
  365. }
  366. .btn3:hover{
  367. background: #fff !important;
  368. color: #2e1153 !important;
  369. border-radius: 20px;
  370. border-color: #2e1153!important;
  371. }
  372. .features.fea-primary:hover {
  373. background-color:white !important;
  374. }
  375. .label_badge_radius {
  376. border-radius: 20px;
  377. padding: 1px 10px;
  378. font-size: 13px;
  379. font-weight: 800;
  380. line-height: 1.3;
  381. letter-spacing: .2px;
  382. display: inline-block;
  383. }
  384. .fea.icon-sm {
  385. height: 10px;
  386. width: 12px;
  387. }
  388. .key-feature:hover {
  389. transform: none;
  390. box-shadow: none !important;
  391. }
  392. .label_badge_radius {
  393. border-radius: 20px;
  394. padding: 1px 10px;
  395. font-size: 11px;
  396. font-weight: 400;
  397. line-height: 1.3;
  398. letter-spacing: .2px;
  399. display: inline-block;
  400. }
  401. .test_list {
  402. display: flex;
  403. flex-direction: row;
  404. width: 100%;
  405. margin: 10px 0;
  406. }
  407. .test_list .test_open {
  408. background: #dfdcf2;
  409. }
  410. .test_list .btn {
  411. display: inline-block;
  412. padding: 8px 16px;
  413. border-radius: 5px;
  414. border: 1px solid #d8e2e7;
  415. font-size: 13px;
  416. font-weight: 500;
  417. }
  418. .btn5{
  419. background-color:#dfdcf2 !important;
  420. }
  421. .btn6:hover{
  422. background-color:#dfdcf2 !important;
  423. }
  424. .btn7:hover{
  425. background-color:#dfdcf2 !important;
  426. }
  427. .list_table .label_badge_light {
  428. border-radius: 20px;
  429. padding: 1px 10px;
  430. font-size: 10px !important;
  431. font-weight: 400;
  432. line-height: 1.3;
  433. color: black;
  434. border-top-left-radius: 0;
  435. border-bottom-left-radius: 0;
  436. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  437. }
  438. .icon_bar {
  439. width: fit-content;
  440. overflow: auto;
  441. border-radius: 0.25rem;
  442. padding: 2px 4px;
  443. margin: 0 auto;
  444. border: 0.5px solid #d8e2e7;
  445. }
  446. .icon_bar a {
  447. text-align: center;
  448. padding: 0;
  449. color: #818084;
  450. font-size: 16px;
  451. margin: 0 3px;
  452. border-bottom: none;
  453. top: 0;
  454. }
  455. element.style {
  456. border-bottom: 0.5px dashed #e3e8ec;
  457. padding-bottom: 10px;
  458. }
  459. .info-palate {
  460. width: 100%;
  461. float: left;
  462. margin: 10px 0;
  463. position: relative;
  464. font-size: 12px !important;
  465. }
  466. .stage_form_header {
  467. display: flex;
  468. width: 100%;
  469. margin-bottom: 20px;
  470. line-height: 1.2;
  471. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  472. padding: 7px 10px;
  473. border-radius: 4px;
  474. border: none;
  475. }
  476. .stage_form_header .left {
  477. width: 40px;
  478. align-self: center;
  479. }
  480. .stage_form_header .right {
  481. width: 95%;
  482. }
  483. .stage_form_header .right .main_title {
  484. font-size: 13px;
  485. font-weight: 600;
  486. color: black;
  487. display: block;
  488. }
  489. .stage_form_header .right .sub_title {
  490. color: #343434;
  491. font-weight: 400;
  492. }
  493. .icn{
  494. background: #fff;
  495. border-radius: 100%;
  496. font-size: 14px;
  497. border: 1px solid #ceccda;
  498. }
  499. .tbl {
  500. color: #868e96;
  501. font-size: 10px;
  502. font-weight: 600 !important;
  503. margin:0px !important;
  504. }
  505. .tbl2 {
  506. font-weight: 600 !important;
  507. font-size: 11px !important;
  508. }
  509. /* new css */
  510. .shadow {
  511. box-shadow: none !important;
  512. }
  513. .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  514. background-color: #dedbf1;
  515. font-size: 9px;
  516. color: #2e1153 !important;
  517. padding: 2px 15px !important;
  518. border-radius: 12px !important;
  519. }
  520. .nav-pills .nav-link.active{
  521. background-color: #dedbf1;
  522. font-size: 9px;
  523. color: #ffffff !important;
  524. padding: 2px 15px !important;
  525. border-radius: 12px !important;
  526. }
  527. .profile_top_part_info {
  528. background: white;
  529. border: none;
  530. padding: 15px;
  531. }
  532. .profile_top_part_info .whole_part {
  533. width: 100%;
  534. display: flex;
  535. height: 145px;
  536. }
  537. .profile_top_part_info .whole_part .left_part {
  538. width: 150px;
  539. position: relative;
  540. line-height: 145px;
  541. }
  542. .profile_top_part_info .whole_part .left_part .profile-photo {
  543. left: 48%;
  544. transform: translate(-50%, 0);
  545. margin-left: 0 !important;
  546. }
  547. .profile-photo {
  548. position: absolute;
  549. }
  550. .profile-photo .profile_pic {
  551. width: 130px;
  552. }
  553. .profile_pic img {
  554. border: 2px solid #2e1153;
  555. border-radius: 1.25rem;
  556. }
  557. .profile_top_part_info .whole_part .right_part {
  558. width:100%;
  559. display: flex;
  560. }
  561. .profile_top_part_info .whole_part .right_part .right_part_right {
  562. width: 100%;
  563. margin-top: 10px;
  564. }
  565. .right_part_right_whole {
  566. display: flex;
  567. width: 100%;
  568. position: relative;
  569. justify-content: flex-end;
  570. }
  571. .summary_bordered_box {
  572. text-align-last: start;
  573. margin: 10px 20px 0;
  574. padding: 15px;
  575. border-radius: 0.25rem;
  576. position: relative;
  577. width: calc(100% - 310px);
  578. border: 1px solid #e9f0f3;
  579. /* background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); */
  580. }
  581. .review-block-title {
  582. font-size: 18px;
  583. font-weight: 600;
  584. margin-bottom: 3px !important;
  585. }
  586. .label {
  587. display: inline-block;
  588. line-height: 1;
  589. color: #fff;
  590. text-align: center;
  591. white-space: nowrap;
  592. vertical-align: baseline;
  593. border-radius: 0.25rem;
  594. font-size: 10px;
  595. font-weight: 400;
  596. }
  597. .left_function_part {
  598. display: flex;
  599. width: 100%;
  600. border-radius: 0.25rem;
  601. }
  602. .left_function_part .left {
  603. width: 125px;
  604. align-self: center;
  605. padding-right: 10px;
  606. }
  607. .left_function_part .left span {
  608. font-size: 10px;
  609. color: #2e1153;
  610. }
  611. .left_function_part .right {
  612. width: calc(100% - 125px);
  613. display: flex;
  614. }
  615. .top_part_status_name {
  616. border-radius: 20px;
  617. padding: 1px 22px 1px 10px;
  618. font-size: 10px;
  619. font-weight: 400;
  620. line-height: 1.3;
  621. letter-spacing: .2px;
  622. top: 0;
  623. position: relative;
  624. width: fit-content;
  625. display: flex;
  626. }
  627. .dropdown-menu {
  628. display: none;
  629. float: left;
  630. min-width: 7rem;
  631. padding: 0.5rem 0;
  632. margin: 0.125rem 0 0;
  633. color: #212529;
  634. text-align: left;
  635. list-style: none;
  636. background-color: #fff;
  637. background-clip: padding-box;
  638. border: 1px solid rgba(0,0,0,.15);
  639. border-radius: 0.25rem;
  640. font-size: 11px;
  641. background-color: #dedbf1;
  642. }
  643. .dropdown-item {
  644. display: block;
  645. width: 100%;
  646. clear: both;
  647. font-weight: 400;
  648. text-align: inherit;
  649. white-space: nowrap;
  650. background: 0 0;
  651. border: 0;
  652. padding: 4px 12px;
  653. }
  654. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  655. border-top-left-radius: 0.25rem;
  656. border-top-right-radius: 0.25rem;
  657. }
  658. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  659. background: #2e1153;
  660. color: #fff !important;
  661. }
  662. .summary_edu_part {
  663. border-bottom: 1px solid #eee;
  664. padding: 15px 10px;
  665. position: relative;
  666. }
  667. .summary_edu_part .education_head {
  668. display: flex;
  669. width: 100%;
  670. }
  671. .summary_edu_part .education_head .left {
  672. width: 80%;
  673. }
  674. .edu_title {
  675. background: #dedbf1;
  676. font-weight: 600;
  677. color: #2e1153;
  678. padding: 2px 8px;
  679. border-radius: 4px;
  680. border: 1px solid #d8e2e7;
  681. font-size: 11px;
  682. }
  683. .summary_edu_part .education_head .right {
  684. width: 20%;
  685. text-align: right;
  686. }
  687. .summary_edu_part .education_body ul {
  688. list-style-type: none;
  689. padding-left: 0;
  690. margin-bottom: 0;
  691. }
  692. .summary_edu_part .education_body ul li:first-child {
  693. font-size: 11px;
  694. font-weight: 600;
  695. color: black;
  696. }
  697. .summary_edu_part .education_body ul li {
  698. line-height: 1.5;
  699. color: #343434;
  700. font-weight: 400;
  701. font-size: 11px;
  702. }
  703. .summary_ielts_part {
  704. position: relative;
  705. padding: 10px;
  706. }
  707. .summary_ielts_part .education_head {
  708. display: flex;
  709. width: 100%;
  710. margin: 15px 0 10px;
  711. }
  712. .expiration {
  713. display: inline;
  714. margin-left: 5px;
  715. }
  716. .single_glance_row {
  717. background-color: rgb(255 255 255);
  718. font-size: 12px !important;
  719. margin: 0 !important;
  720. border: none;
  721. border-bottom: 1px solid #e8eef1;
  722. border-radius: 0;
  723. padding: 8px 10px;
  724. color: #343434;
  725. font-size: 1rem;
  726. }
  727. .pro_top_rating {
  728. border: none;
  729. float: left;
  730. }
  731. .pro_top_rating > label {
  732. color: #90A0A3;
  733. float: right;
  734. }
  735. .pro_top_rating > label:before {
  736. margin-right: 5px;
  737. font-size: .7rem;
  738. font-family: FontAwesome;
  739. content: "\f005";
  740. display: inline-block;
  741. }
  742. .pro_top_rating > input {
  743. display: none;
  744. }
  745. .pro_top_rating > input:checked ~ label,
  746. .pro_top_rating:not(:checked) > label:hover,
  747. .pro_top_rating:not(:checked) > label:hover ~ label {
  748. color: #F79426;
  749. }
  750. .pro_top_rating > input:checked + label:hover,
  751. .pro_top_rating > input:checked ~ label:hover,
  752. .pro_top_rating > label:hover ~ input:checked ~ label,
  753. .pro_top_rating > input:checked ~ label:hover ~ label {
  754. color: #FECE31;
  755. }
  756. </style>
  757. <body>
  758. <header id="" class="defaultscroll sticky">
  759. <div class="container-fluid">
  760. <div class="row">
  761. <div class="col-lg-12">
  762. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  763. <div class="navbar-container d-flex content">
  764. <div class="col-md-11" style="width: 90%;">
  765. <div class="d-flex align-items-center">
  766. <ul class="nav navbar-nav mr-auto header_left">
  767. <li class="nav-item d-flex">
  768. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  769. <a class="logo" href="index.html">
  770. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  771. </a>
  772. </div>
  773. </li>
  774. </ul>
  775. </div>
  776. </div>
  777. <div class="col-md-1" style="display:flex;">
  778. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  779. <li class="nav-item dropdown dropdown-notification">
  780. <a href="">
  781. <i class="fa fa-bell change_pass_btn"></i>
  782. </a>
  783. </li>
  784. </ul>
  785. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  786. <li class="nav-item dropdown dropdown-notification">
  787. <a href="">
  788. <i class="fa fa-shopping-bag change_pass_btn"></i>
  789. </a>
  790. </li>
  791. </ul>
  792. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  793. <li class="nav-item dropdown dropdown-notification">
  794. <a href="">
  795. </a>
  796. </li>
  797. </ul>
  798. <ul class="nav navbar-nav align-items-center ml-auto header_right">
  799. <li class="nav-item dropdown dropdown-notification">
  800. <a href="">
  801. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  802. </a>
  803. </li>
  804. </ul>
  805. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  806. <li class="nav-item dropdown dropdown-notification">
  807. <a href="{{ url('teacher-logout') }}"
  808. onclick="event.preventDefault();
  809. document.getElementById('logout-form').submit();">
  810. <i class="fa fa-sign-out change_pass_btn"></i>
  811. </a>
  812. <form id="logout-form" action="{{ url('teacher-logout') }}" method="POST" class="d-none">
  813. @csrf
  814. </form>
  815. </li>
  816. </ul>
  817. </div>
  818. </div>
  819. </nav>
  820. </div>
  821. </div>
  822. </div>
  823. </header>
  824. <!-- Hero Start -->
  825. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef;">
  826. <div class="container-fluid">
  827. <div class="row">
  828. <div class="col-md-12 mt-4" style="padding-left: 21px; padding-right: 25px;">
  829. <div class="card profile_top_part_info">
  830. <div class="whole_part">
  831. <!-- <div class="left_part">
  832. <div class="profile-photo" style="margin-left: 25px;">
  833. <div class="profile_pic" style="border-radius: 0px;-webkit-border-radius:0px;">
  834. <img src="web/images/male.png" alt="">
  835. </div>
  836. </div>
  837. </div> -->
  838. <div class="right_part">
  839. <div class="right_part_right">
  840. <div class="right_part_right_whole">
  841. <div class="summary_bordered_box" style="line-height: 20px; width: 50%; height: 130px; margin: 0 15px 0 0;">
  842. <div class="review-block-title mb-0">
  843. <span>{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span>
  844. </div>
  845. <label class="label" style="padding: 0; background: #fff;">
  846. <label class="label" style="background: #2e1153; padding: 3px 7px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-size: 10px;">
  847. Apply Reference
  848. </label>
  849. <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;">
  850. {{cn($proposal_details,'teacher_details.ref_no','')}}
  851. </label>
  852. </label>
  853. <br>
  854. <span style="font-size:10px;">
  855. <span style="color: #868e96;">Nationality :</span>
  856. <strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
  857. </span>
  858. <br>
  859. <span style="font-size:10px;">
  860. <span style="color: #868e96;">Gender :</span>
  861. <strong>{{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}</strong>
  862. </span>
  863. <br>
  864. <span style="font-size:10px;">
  865. <span style="color: #868e96;">Age :</span>
  866. {{-- <strong>23 years 3 month</strong> --}}
  867. <strong>{{age_calculator(cn($proposal_details,'student_details.dob',''))}}
  868. </strong>
  869. </span>
  870. </div>
  871. <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; margin-right: 15px; display: grid;">
  872. <div class="left_function_part">
  873. <div class="left" style="margin-top:-10px;">
  874. <span style="font-weight:800;">
  875. Title :
  876. </span>
  877. </div>
  878. <div class="right">
  879. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  880. <span class="top_part_status_name">
  881. {{cn($proposal_details,'proposal.title','')}}
  882. </span>
  883. </div>
  884. </div>
  885. </div>
  886. <div class="left_function_part">
  887. <div class="left" style="margin-top:-5px;">
  888. <span>
  889. Methology :
  890. </span>
  891. </div>
  892. <div class="right">
  893. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  894. <span class="top_part_status_name">
  895. {{cn($proposal_details,'proposal.methology','')}}
  896. </span>
  897. </div>
  898. </div>
  899. </div>
  900. <div class="left_function_part">
  901. <div class="left" style="margin-top:-5px;">
  902. <span>
  903. Funding Status :
  904. </span>
  905. </div>
  906. <div class="right">
  907. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  908. <span class="top_part_status_name">
  909. {{cn($proposal_details,'proposal.status','')}}
  910. </span>
  911. </div>
  912. </div>
  913. </div>
  914. <div class="left_function_part">
  915. <div class="left" style="margin-top:-10px;">
  916. <span>
  917. Preferred Start Date :
  918. </span>
  919. </div>
  920. <div class="right">
  921. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  922. <span class="top_part_status_name">
  923. {{ date("M Y", strtotime($proposal_details->created_at))}}
  924. </span>
  925. </div>
  926. </div>
  927. </div>
  928. </div>
  929. <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; display: grid;">
  930. <div class="left_function_part">
  931. <div class="left" style="margin-top:-10px;">
  932. <span>
  933. Application received:
  934. </span>
  935. </div>
  936. <div class="right">
  937. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  938. <span style="font-size: 10px;">
  939. {{ date("d M Y", strtotime($proposal_details->created_at))}}
  940. </span>
  941. </div>
  942. </div>
  943. </div>
  944. <div class="left_function_part">
  945. <div class="left" style="margin-top:-5px;">
  946. <span>
  947. Accepted on :
  948. </span>
  949. </div>
  950. <div class="right">
  951. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  952. <span style="font-size: 10px;">
  953. {{ date("d M Y", strtotime($proposal_details->accepted_date))}}
  954. </span>
  955. </div>
  956. </div>
  957. </div>
  958. <div class="left_function_part">
  959. <div class="left" style="margin-top:-5px;">
  960. <span>
  961. Decision made :
  962. </span>
  963. </div>
  964. <div class="right">
  965. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  966. <span style="font-size: 10px;">
  967. @if($proposal_details->proposal_status_date)
  968. {{ date("d M Y", strtotime($proposal_details->proposal_status_date))}}
  969. @endif
  970. </span>
  971. <span> . </span>
  972. <span style="font-size: 10px;">
  973. @if($proposal_details->proposal_status ==1)
  974. In Review
  975. @elseif($proposal_details->proposal_status ==2)
  976. Pause
  977. @elseif($proposal_details->proposal_status ==3)
  978. Rejected
  979. @elseif($proposal_details->proposal_status ==4)
  980. Interested
  981. @endif
  982. </span>
  983. </div>
  984. </div>
  985. </div>
  986. </div>
  987. </div>
  988. </div>
  989. </div>
  990. </div>
  991. </div>
  992. </div>
  993. <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
  994. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  995. <div class="info-palate mt-0" style="margin:0px;">
  996. <div class="left">
  997. <div>
  998. <div class="single_glance_row mt-1">
  999. <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
  1000. <span class="tbl2 mb-2 pro_top_rating" style="float:right;">
  1001. <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star5" name="rate" value="5" @if($proposal_details->proposal_quality ==5) checked @endif/>
  1002. <label class="rate_star hand tooltips" for="star5" title="5 stars"></label>
  1003. <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star4" name="rate" value="4" @if($proposal_details->proposal_quality ==4) checked @endif/>
  1004. <label class="rate_star hand tooltips" for="star4" title="4 stars"></label>
  1005. <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star3" name="rate" value="3" @if($proposal_details->proposal_quality ==3) checked @endif/>
  1006. <label class="rate_star hand tooltips" for="star3" title="3 stars"></label>
  1007. <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star2" name="rate" value="2" @if($proposal_details->proposal_quality ==2) checked @endif/>
  1008. <label class="rate_star hand tooltips" for="star2" title="2 stars"></label>
  1009. <input type="radio" class="rate_star_update" data-id="{{$proposal_details->id}}" id="star1" name="rate" value="1" @if($proposal_details->proposal_quality ==1) checked @endif/>
  1010. <label class="rate_star hand tooltips" for="star1" title="1 star"></label>
  1011. </span>
  1012. </div>
  1013. <div class="single_glance_row mt-1">
  1014. <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
  1015. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  1016. @if($proposal_details->concept==1)
  1017. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1018. Good
  1019. </span>
  1020. @else
  1021. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1022. Poor
  1023. </span>
  1024. @endif
  1025. <div class="dropdown" style="top:-2px; position: absolute; right: 9px;">
  1026. <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>
  1027. <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;">
  1028. <a class="dropdown-item concept_change" data-val="1" @if($proposal_details->concept==1) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Good</a>
  1029. <a class="dropdown-item concept_change" data-val="2" @if($proposal_details->concept==2) {{'activate'}} @endif" data-id="{{$proposal_details->id}}" name="concept">Poor</a>
  1030. </div>
  1031. </div>
  1032. </div>
  1033. </div>
  1034. <div class="single_glance_row mt-1">
  1035. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  1036. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  1037. @if($proposal_details->proposal_status==NULL)
  1038. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1039. Hold
  1040. </span>
  1041. @endif
  1042. @if($proposal_details->proposal_status==1)
  1043. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1044. In Review
  1045. </span>
  1046. @endif
  1047. @if($proposal_details->proposal_status==2)
  1048. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1049. Pause
  1050. </span>
  1051. @endif
  1052. @if($proposal_details->proposal_status==3)
  1053. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1054. Rejected
  1055. </span>
  1056. @endif
  1057. @if($proposal_details->proposal_status==4)
  1058. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1059. Interested
  1060. </span>
  1061. @endif
  1062. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  1063. <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>
  1064. <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;">
  1065. <a class="dropdown-item status_change hand" data-val="1" data-id="{{$proposal_details->id}}" name="proposal_status">In Review</a>
  1066. <a class="dropdown-item status_change hand" data-val="2" data-id="{{$proposal_details->id}}" name="proposal_status">Pause</a>
  1067. <a class="dropdown-item status_change hand" data-val="3" data-id="{{$proposal_details->id}}" name="proposal_status">Rejected</a>
  1068. <a class="dropdown-item status_change hand" data-val="4" data-id="{{$proposal_details->id}}" name="proposal_status">Interested</a>
  1069. </div>
  1070. </div>
  1071. </div>
  1072. </div>
  1073. <div class="single_glance_row mt-1 d-none" id="feedback" style="border-bottom: none;">
  1074. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  1075. <span class="tbl2">
  1076. <div class="mb-2">
  1077. <div class="form-icon position-relative">
  1078. <input type="hidden" name="p_status" id="p_status" value="">
  1079. <textarea class="form-control" name="message" id="message" required="">{{$proposal_details->feedback_msg ?? ''}}</textarea>
  1080. </div>
  1081. </div>
  1082. <div class="text-end">
  1083. <button class="btn btn2 feedback_btn" data-id="{{$proposal_details->id}}">Save</button>
  1084. </div>
  1085. </span>
  1086. </div>
  1087. </div>
  1088. </div>
  1089. </div>
  1090. </div>
  1091. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1092. <div class="info-palate mt-0">
  1093. <div class="left">
  1094. <div class="ad_pref_item_header mb-2">
  1095. <div class="Feedback">Applicate Profile</div>
  1096. </div>
  1097. @if(count($education_history))
  1098. @foreach($education_history as $row)
  1099. <div class="summary_edu_part mt-1">
  1100. <div class="education_head">
  1101. <div class="left">
  1102. <span class="edu_title">{{cn($row,'academic_level_info.name','')}}</span>
  1103. </div>
  1104. <div class="right">
  1105. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">{{$row->result}} </span>
  1106. </div>
  1107. </div>
  1108. <div class="education_body mt-3">
  1109. <ul>
  1110. <li>{{$row->subject}}</li>
  1111. <li>{{$row->institution}}</li>
  1112. <li>{{date('M Y', strtotime($row->start_date))}} - {{date('M Y', strtotime($row->end_date))}}</li>
  1113. </ul>
  1114. </div>
  1115. </div>
  1116. @endforeach
  1117. @endif
  1118. <div class="summary_ielts_part">
  1119. <div class="education_head">
  1120. <div class="left">
  1121. <span class="edu_title">{{cn($proposal_details,'scores.test_name','')}}</span>
  1122. <div class="expiration">
  1123. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1124. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1125. {{ date('d M Y', strtotime(cn($proposal_details,'scores.test_date','')))}}
  1126. </span>
  1127. </div>
  1128. <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);">{{cn($proposal_details,'scores.overall_score','')}}</span>
  1129. </div>
  1130. </div>
  1131. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1132. <div class="result" style="display: flex;">
  1133. <div class="result-part" style="font-size: 11px;">
  1134. <span class="single_point">Speaking:
  1135. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.speaking','')}} ,
  1136. </span>
  1137. </span>
  1138. </div>
  1139. <div class="result-part" style="font-size: 11px;">
  1140. <span class="single_point">Listening:
  1141. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.listening','')}} ,
  1142. </span>
  1143. </span>
  1144. </div>
  1145. <div class="result-part" style="font-size: 11px;">
  1146. <span class="single_point">Writing:
  1147. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.writing','')}} ,
  1148. </span>
  1149. </span>
  1150. </div>
  1151. <div class="result-part" style="font-size: 11px;">
  1152. <span class="single_point">Reading:
  1153. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.reading','')}} ,
  1154. </span>
  1155. </span>
  1156. </div>
  1157. </div>
  1158. </div>
  1159. </div>
  1160. <div class="single_glance_row mt-1">
  1161. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1162. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">{{work_experience($start_date ?? NULL, $end_date ?? NULL)}}</span>
  1163. <span style="font-size: 11px; color: #868e96;">@if(isset($start_date) && is_null($end_date))({{date('d M Y', strtotime($start_date))}} - Continue)@endif</span>
  1164. </div>
  1165. </div>
  1166. </div>
  1167. </div>
  1168. </div><!--end col-->
  1169. <div class="col-md-9 mt-4" style="padding: 3px;">
  1170. <div class="card border-0" style="border-radius:0px !important;">
  1171. <div class="container-fluid">
  1172. <div class="row">
  1173. <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1174. <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">
  1175. <li class="nav-item m-1">
  1176. <i class="fa fa-graduation-cap"></i></br>
  1177. <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;">
  1178. Proposal
  1179. </a>
  1180. </li>
  1181. <li class="nav-item m-1 ms-3">
  1182. <i class="fa fa-list-ul"></i></br>
  1183. <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;">
  1184. Doc/Info Required
  1185. </a>
  1186. </li>
  1187. </ul>
  1188. <div class="row">
  1189. <div class="col-md-8" style="padding:0px;">
  1190. <div class="card border-0 shadow">
  1191. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1192. <div class="row mt-3 mb-1">
  1193. <div class="col-12">
  1194. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1195. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1196. <div class="row align-items-center">
  1197. <div class="col-md-12">
  1198. @if(file_exists( public_path().'/uploads/proposal/'.@$proposal_details->proposal->document_file ) && @$proposal_details->proposal->document_file != null)
  1199. <iframe src ="{{url(asset('/uploads/proposal').'/'.@$proposal_details->proposal->document_file) }}" type="application/pdf" width="100%" height="560px"></iframe>
  1200. @else
  1201. <iframe src ="{{url(asset('web/files/CRM.pdf'))}}" type="application/pdf" width="100%" height="670px"></iframe>
  1202. @endif
  1203. </div><!--end col-->
  1204. </div><!--end row-->
  1205. </div><!--end teb pane-->
  1206. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1207. <div class="row align-items-center">
  1208. <div class="col-md-12 mt-2">
  1209. <div class="row">
  1210. <h5>coming soon..</h5>
  1211. </div>
  1212. </div><!--end col-->
  1213. </div><!--end row-->
  1214. </div><!--end row-->
  1215. </div><!--end tab content-->
  1216. </div><!--end col-->
  1217. </div><!--end row-->
  1218. </div><!--end container-->
  1219. </div>
  1220. </div><!--end col-->
  1221. <div class="col-md-4">
  1222. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1223. <div class="info-palate mt-0">
  1224. <div class="left">
  1225. <div class="ad_pref_item_header">
  1226. <div class="Feedback">Feedback from others</div>
  1227. </div>
  1228. <div class="single_radius_item">
  1229. <div style="border-bottom: 1px solid #e8eef1;">
  1230. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1231. <span class="edu_title">Uni. Name</span><br>
  1232. <span>Proposal Quality</span><br>
  1233. <span>Content Quality</span><br>
  1234. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1235. </div>
  1236. </div>
  1237. <div style="border-bottom: 1px solid #e8eef1;">
  1238. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1239. <span class="edu_title">Uni. Name</span><br>
  1240. <span>Proposal Quality</span><br>
  1241. <span>Content Quality</span><br>
  1242. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1243. </div>
  1244. </div>
  1245. </div>
  1246. </div>
  1247. </div>
  1248. </div>
  1249. </div>
  1250. </div><!--end container-->
  1251. </div>
  1252. </div><!--end col-->
  1253. </div>
  1254. </div><!--end row-->
  1255. </div><!--end container-->
  1256. </section><!--end section-->
  1257. <!-- Hero End -->
  1258. <!-- Main Js -->
  1259. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1260. <!-- tobii js -->
  1261. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1262. <!-- SLIDER -->
  1263. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1264. <!-- Icons -->
  1265. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1266. <!-- Main Js -->
  1267. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1268. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1269. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1270. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1271. <script src="{{asset('web/js/app.js')}}"></script>
  1272. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1273. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1274. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1275. <script src="{{asset('web/js/app.js')}}"></script>
  1276. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1277. {{-- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> --}}
  1278. <script src="{{ asset('css/jquery.min.js') }}"></script>
  1279. <script src="{{ asset('css/jquery-form/dist/jquery.form.min.js') }}"></script>
  1280. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  1281. <script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
  1282. <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
  1283. <script>
  1284. function wait_me(selector, config=null){
  1285. if(config){
  1286. selector.waitMe(config);
  1287. }else{
  1288. selector.waitMe({
  1289. effect: 'facebook',
  1290. //color: '#000',
  1291. text: 'Please! Wait ...'
  1292. });
  1293. }
  1294. }
  1295. function pop_up_msg(msg='No message specified', type='success', callback=null){
  1296. new Noty({
  1297. theme:'sunset',
  1298. text: msg,
  1299. type: type,
  1300. timeout:1500,
  1301. callbacks:{
  1302. afterClose: callback
  1303. }
  1304. }).show();
  1305. }
  1306. function err_msg(err){
  1307. var msg="Request failed to process, try again later.";
  1308. if(err.responseJSON && err.responseJSON.msg){
  1309. msg=err.responseJSON.msg;
  1310. }
  1311. return msg;
  1312. }
  1313. $(function(){
  1314. $('.rate_star_update').on('click', function(){
  1315. var self =$(this);
  1316. var id =self.data('id');
  1317. var value =self.attr('value');
  1318. var form_data={
  1319. _token: "{{ csrf_token() }}",
  1320. id: id,
  1321. value:value
  1322. }
  1323. $.post("{{ route('ajax-post', ['name'=>'proposal_quality_rate_star_update']) }}", form_data, function(res){
  1324. pop_up_msg(res.msg);
  1325. window.location.reload();
  1326. }).fail(function(err){
  1327. pop_up_msg(err_msg(err), 'error');
  1328. });
  1329. });
  1330. $('.concept_change').on('click', function(){
  1331. var self =$(this);
  1332. var id =self.data('id');
  1333. var value =self.data('val');
  1334. var form_data={
  1335. _token :"{{csrf_token()}}",
  1336. 'id':id,
  1337. 'value':value
  1338. }
  1339. swal({
  1340. title: "Are you sure you want to change status?",
  1341. text: "Please check before submitting!",
  1342. type: "warning",
  1343. showCancelButton: true,
  1344. confirmButtonClass: "btn-danger",
  1345. cancelButtonClass: "btn-info",
  1346. confirmButtonText: "Yes",
  1347. cancelButtonText: "No",
  1348. closeOnConfirm: true,
  1349. closeOnCancel: true
  1350. }, function(isConfirm){
  1351. if(isConfirm){
  1352. $.post("{{ route('ajax-post', ['name'=>'concept_status_update']) }}", form_data, function(res){
  1353. pop_up_msg(res.msg);
  1354. window.location.reload();
  1355. }).fail(function(err){
  1356. pop_up_msg(err_msg(err), 'error');
  1357. });
  1358. }
  1359. });
  1360. });
  1361. $('.status_change').on('click', function(){
  1362. var self =$(this);
  1363. var id =self.data('id');
  1364. var value =self.data('val');
  1365. var form_data={
  1366. _token :"{{csrf_token()}}",
  1367. 'id':id,
  1368. 'value':value
  1369. }
  1370. if(value==1 || value==2){
  1371. swal({
  1372. title: "Are you sure you want to change status?",
  1373. text: "Please check before submitting!",
  1374. type: "warning",
  1375. showCancelButton: true,
  1376. confirmButtonClass: "btn-danger",
  1377. cancelButtonClass: "btn-info",
  1378. confirmButtonText: "Yes",
  1379. cancelButtonText: "No",
  1380. closeOnConfirm: true,
  1381. closeOnCancel: true
  1382. }, function(isConfirm){
  1383. if(isConfirm){
  1384. $.post("{{ route('ajax-post', ['name'=>'proposal_status_update']) }}", form_data, function(res){
  1385. pop_up_msg(res.msg);
  1386. window.location.reload();
  1387. }).fail(function(err){
  1388. pop_up_msg(err_msg(err), 'error');
  1389. });
  1390. }
  1391. });
  1392. }
  1393. });
  1394. $('.status_change').on('click', function(){
  1395. var value = $(this).data('val');
  1396. if(value ==3 || value ==4){
  1397. $("#feedback").removeClass('d-none');
  1398. $('input[name="p_status"]').val(value);
  1399. }else{
  1400. $("#feedback").addClass('d-none');
  1401. }
  1402. });
  1403. $('.feedback_btn').click(function(){
  1404. var id =$(this).data('id');
  1405. var message =$('#message').val();
  1406. var proposal_status =$('#p_status').val();
  1407. var form_data={
  1408. _token: "{{ csrf_token() }}",
  1409. id: id,
  1410. message: message,
  1411. proposal_status: proposal_status,
  1412. }
  1413. $.post("{{ route('ajax-post', ['name'=>'proposal_feedback_update']) }}", form_data, function(res){
  1414. pop_up_msg(res.msg);
  1415. window.location.reload();
  1416. }).fail(function(err){
  1417. pop_up_msg(err_msg(err), 'error');
  1418. });
  1419. });
  1420. });
  1421. </script>
  1422. </body>
  1423. </html>