student_proposal_details.blade.php 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419
  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. </style>
  728. <body>
  729. <header id="" class="defaultscroll sticky">
  730. <div class="container-fluid">
  731. <div class="row">
  732. <div class="col-lg-12">
  733. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  734. <div class="navbar-container d-flex content">
  735. <div class="col-md-11" style="width: 90%;">
  736. <div class="d-flex align-items-center">
  737. <ul class="nav navbar-nav mr-auto header_left">
  738. <li class="nav-item d-flex">
  739. <div class="col md-6 mt-1 mb-1" style="margin-left: 10px;">
  740. <a class="logo" href="index.html">
  741. <h3 style="font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  742. </a>
  743. </div>
  744. </li>
  745. </ul>
  746. </div>
  747. </div>
  748. <div class="col-md-1" style="display:flex;">
  749. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  750. <li class="nav-item dropdown dropdown-notification">
  751. <a href="">
  752. <i class="fa fa-bell change_pass_btn"></i>
  753. </a>
  754. </li>
  755. </ul>
  756. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  757. <li class="nav-item dropdown dropdown-notification">
  758. <a href="">
  759. <i class="fa fa-shopping-bag change_pass_btn"></i>
  760. </a>
  761. </li>
  762. </ul>
  763. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  764. <li class="nav-item dropdown dropdown-notification">
  765. <a href="">
  766. </a>
  767. </li>
  768. </ul>
  769. <ul class="nav navbar-nav align-items-center ml-auto header_right">
  770. <li class="nav-item dropdown dropdown-notification">
  771. <a href="">
  772. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  773. </a>
  774. </li>
  775. </ul>
  776. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  777. <li class="nav-item dropdown dropdown-notification">
  778. <a href="{{ url('teacher-logout') }}"
  779. onclick="event.preventDefault();
  780. document.getElementById('logout-form').submit();">
  781. <i class="fa fa-sign-out change_pass_btn"></i>
  782. </a>
  783. <form id="logout-form" action="{{ url('teacher-logout') }}" method="POST" class="d-none">
  784. @csrf
  785. </form>
  786. </li>
  787. </ul>
  788. </div>
  789. </div>
  790. </nav>
  791. </div>
  792. </div>
  793. </div>
  794. </header>
  795. <!-- Hero Start -->
  796. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef;">
  797. <div class="container-fluid">
  798. <div class="row">
  799. <div class="col-md-12 mt-4" style="padding-left: 21px; padding-right: 25px;">
  800. <div class="card profile_top_part_info">
  801. <div class="whole_part">
  802. <!-- <div class="left_part">
  803. <div class="profile-photo" style="margin-left: 25px;">
  804. <div class="profile_pic" style="border-radius: 0px;-webkit-border-radius:0px;">
  805. <img src="web/images/male.png" alt="">
  806. </div>
  807. </div>
  808. </div> -->
  809. <div class="right_part">
  810. <div class="right_part_right">
  811. <div class="right_part_right_whole">
  812. <div class="summary_bordered_box" style="line-height: 20px; width: 50%; height: 130px; margin: 0 15px 0 0;">
  813. <div class="review-block-title mb-0">
  814. <span>{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}</span>
  815. </div>
  816. <label class="label" style="padding: 0; background: #fff;">
  817. <label class="label" style="background: #2e1153; padding: 3px 7px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-size: 10px;">
  818. Apply Reference
  819. </label>
  820. <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;">
  821. {{cn($proposal_details,'teacher_details.ref_no','')}}
  822. </label>
  823. </label>
  824. <br>
  825. <span style="font-size:10px;">
  826. <span style="color: #868e96;">Nationality :</span>
  827. <strong>{{cn($proposal_details,'student_details.country_name.name','')}}</strong>
  828. </span>
  829. <br>
  830. <span style="font-size:10px;">
  831. <span style="color: #868e96;">Gender :</span>
  832. <strong>{{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}</strong>
  833. </span>
  834. <br>
  835. <span style="font-size:10px;">
  836. <span style="color: #868e96;">Age :</span>
  837. {{-- <strong>23 years 3 month</strong> --}}
  838. <strong>{{age_calculator(cn($proposal_details,'student_details.dob',''))}}
  839. </strong>
  840. </span>
  841. </div>
  842. <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; margin-right: 15px; display: grid;">
  843. <div class="left_function_part">
  844. <div class="left" style="margin-top:-10px;">
  845. <span style="font-weight:800;">
  846. Title :
  847. </span>
  848. </div>
  849. <div class="right">
  850. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  851. <span class="top_part_status_name">
  852. {{cn($proposal_details,'proposal.title','')}}
  853. </span>
  854. </div>
  855. </div>
  856. </div>
  857. <div class="left_function_part">
  858. <div class="left" style="margin-top:-5px;">
  859. <span>
  860. Methology :
  861. </span>
  862. </div>
  863. <div class="right">
  864. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  865. <span class="top_part_status_name">
  866. {{cn($proposal_details,'proposal.methology','')}}
  867. </span>
  868. </div>
  869. </div>
  870. </div>
  871. <div class="left_function_part">
  872. <div class="left" style="margin-top:-5px;">
  873. <span>
  874. Funding Status :
  875. </span>
  876. </div>
  877. <div class="right">
  878. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  879. <span class="top_part_status_name">
  880. {{cn($proposal_details,'proposal.status','')}}
  881. </span>
  882. </div>
  883. </div>
  884. </div>
  885. <div class="left_function_part">
  886. <div class="left" style="margin-top:-10px;">
  887. <span>
  888. Preferred Start Date :
  889. </span>
  890. </div>
  891. <div class="right">
  892. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  893. <span class="top_part_status_name">
  894. {{ date("M Y", strtotime($proposal_details->created_at))}}
  895. </span>
  896. </div>
  897. </div>
  898. </div>
  899. </div>
  900. <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; display: grid;">
  901. <div class="left_function_part">
  902. <div class="left" style="margin-top:-10px;">
  903. <span>
  904. Application received:
  905. </span>
  906. </div>
  907. <div class="right">
  908. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  909. <span style="font-size: 10px;">
  910. {{ date("d M Y", strtotime($proposal_details->created_at))}}
  911. </span>
  912. </div>
  913. </div>
  914. </div>
  915. <div class="left_function_part">
  916. <div class="left" style="margin-top:-5px;">
  917. <span>
  918. Accepted on :
  919. </span>
  920. </div>
  921. <div class="right">
  922. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  923. <span style="font-size: 10px;">
  924. 4 April 2023
  925. </span>
  926. </div>
  927. </div>
  928. </div>
  929. <div class="left_function_part">
  930. <div class="left" style="margin-top:-5px;">
  931. <span>
  932. Decision made :
  933. </span>
  934. </div>
  935. <div class="right">
  936. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  937. <span style="font-size: 10px;">
  938. @if($proposal_details->proposal_status_date)
  939. {{ date("d M Y", strtotime($proposal_details->proposal_status_date))}}
  940. @endif
  941. </span>
  942. <span> . </span>
  943. <span style="font-size: 10px;">
  944. @if($proposal_details->proposal_status ==1)
  945. In Review
  946. @elseif($proposal_details->proposal_status ==2)
  947. Pause
  948. @elseif($proposal_details->proposal_status ==3)
  949. Rejected
  950. @elseif($proposal_details->proposal_status ==4)
  951. Interested
  952. @endif
  953. </span>
  954. </div>
  955. </div>
  956. </div>
  957. </div>
  958. </div>
  959. </div>
  960. </div>
  961. </div>
  962. </div>
  963. </div>
  964. <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
  965. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  966. <div class="info-palate mt-0" style="margin:0px;">
  967. <div class="left">
  968. <div>
  969. <div class="single_glance_row mt-1">
  970. <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
  971. <span class="tbl2 mb-2" style="float: right;">
  972. <i class="fa-solid fa-star"></i>
  973. <i class="fa-solid fa-star"></i>
  974. <i class="fa-solid fa-star"></i>
  975. <i class="fa-regular fa-star-half-stroke"></i>
  976. <i class="fa-regular fa-star"></i>
  977. </span>
  978. </div>
  979. <div class="single_glance_row mt-1">
  980. <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
  981. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  982. @if($proposal_details->concept==1)
  983. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  984. Good
  985. </span>
  986. @else
  987. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  988. Poor
  989. </span>
  990. @endif
  991. <div class="dropdown" style="top:-2px; position: absolute; right: 9px;">
  992. <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>
  993. <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;">
  994. <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>
  995. <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>
  996. </div>
  997. </div>
  998. </div>
  999. </div>
  1000. <div class="single_glance_row mt-1">
  1001. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  1002. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px; float: right;">
  1003. @if($proposal_details->proposal_status==NULL)
  1004. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1005. Hold
  1006. </span>
  1007. @endif
  1008. @if($proposal_details->proposal_status==1)
  1009. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1010. In Review
  1011. </span>
  1012. @endif
  1013. @if($proposal_details->proposal_status==2)
  1014. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1015. Pause
  1016. </span>
  1017. @endif
  1018. @if($proposal_details->proposal_status==3)
  1019. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1020. Rejected
  1021. </span>
  1022. @endif
  1023. @if($proposal_details->proposal_status==4)
  1024. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  1025. Interested
  1026. </span>
  1027. @endif
  1028. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  1029. <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>
  1030. <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;">
  1031. <a class="dropdown-item status_change hand" data-val="1" data-id="{{$proposal_details->id}}" name="proposal_status">In Review</a>
  1032. <a class="dropdown-item status_change hand" data-val="2" data-id="{{$proposal_details->id}}" name="proposal_status">Pause</a>
  1033. <a class="dropdown-item status_change hand" data-val="3" data-id="{{$proposal_details->id}}" name="proposal_status">Rejected</a>
  1034. <a class="dropdown-item status_change hand" data-val="4" data-id="{{$proposal_details->id}}" name="proposal_status">Interested</a>
  1035. </div>
  1036. </div>
  1037. </div>
  1038. </div>
  1039. <div class="single_glance_row mt-1 d-none" id="feedback" style="border-bottom: none;">
  1040. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  1041. <span class="tbl2">
  1042. <div class="mb-2">
  1043. <div class="form-icon position-relative">
  1044. <input type="hidden" name="p_status" id="p_status" value="">
  1045. <textarea class="form-control" name="message" id="message" required=""></textarea>
  1046. </div>
  1047. </div>
  1048. <div class="text-end">
  1049. <button class="btn btn2 feedback_btn" data-id="{{$proposal_details->id}}">Save</button>
  1050. </div>
  1051. </span>
  1052. </div>
  1053. </div>
  1054. </div>
  1055. </div>
  1056. </div>
  1057. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1058. <div class="info-palate mt-0">
  1059. <div class="left">
  1060. <div class="ad_pref_item_header mb-2">
  1061. <div class="Feedback">Applicate Profile</div>
  1062. </div>
  1063. @if(count($education_history))
  1064. @foreach($education_history as $row)
  1065. <div class="summary_edu_part mt-1">
  1066. <div class="education_head">
  1067. <div class="left">
  1068. <span class="edu_title">{{cn($row,'academic_level_info.name','')}}</span>
  1069. </div>
  1070. <div class="right">
  1071. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">{{$row->result}} </span>
  1072. </div>
  1073. </div>
  1074. <div class="education_body mt-3">
  1075. <ul>
  1076. <li>{{$row->subject}}</li>
  1077. <li>{{$row->institution}}</li>
  1078. <li>{{date('M Y', strtotime($row->start_date))}} - {{date('M Y', strtotime($row->end_date))}}</li>
  1079. </ul>
  1080. </div>
  1081. </div>
  1082. @endforeach
  1083. @endif
  1084. <div class="summary_ielts_part">
  1085. <div class="education_head">
  1086. <div class="left">
  1087. <span class="edu_title">{{cn($proposal_details,'scores.test_name','')}}</span>
  1088. <div class="expiration">
  1089. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1090. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1091. {{ date('d M Y', strtotime(cn($proposal_details,'scores.test_date','')))}}
  1092. </span>
  1093. </div>
  1094. <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>
  1095. </div>
  1096. </div>
  1097. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1098. <div class="result" style="display: flex;">
  1099. <div class="result-part" style="font-size: 11px;">
  1100. <span class="single_point">Speaking:
  1101. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.speaking','')}} ,
  1102. </span>
  1103. </span>
  1104. </div>
  1105. <div class="result-part" style="font-size: 11px;">
  1106. <span class="single_point">Listening:
  1107. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.listening','')}} ,
  1108. </span>
  1109. </span>
  1110. </div>
  1111. <div class="result-part" style="font-size: 11px;">
  1112. <span class="single_point">Writing:
  1113. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.writing','')}} ,
  1114. </span>
  1115. </span>
  1116. </div>
  1117. <div class="result-part" style="font-size: 11px;">
  1118. <span class="single_point">Reading:
  1119. <span class="point_number" style="font-weight: 700;">{{cn($proposal_details,'scores.reading','')}} ,
  1120. </span>
  1121. </span>
  1122. </div>
  1123. </div>
  1124. </div>
  1125. </div>
  1126. <div class="single_glance_row mt-1">
  1127. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1128. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">{{work_experience($start_date ?? NULL, $end_date ?? NULL)}}</span>
  1129. <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>
  1130. </div>
  1131. </div>
  1132. </div>
  1133. </div>
  1134. </div><!--end col-->
  1135. <div class="col-md-9 mt-4" style="padding: 3px;">
  1136. <div class="card border-0" style="border-radius:0px !important;">
  1137. <div class="container-fluid">
  1138. <div class="row">
  1139. <div class="col-md-12 mb-3" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1140. <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">
  1141. <li class="nav-item m-1">
  1142. <i class="fa fa-graduation-cap"></i></br>
  1143. <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;">
  1144. Proposal
  1145. </a>
  1146. </li>
  1147. <li class="nav-item m-1 ms-3">
  1148. <i class="fa fa-list-ul"></i></br>
  1149. <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;">
  1150. Doc/Info Required
  1151. </a>
  1152. </li>
  1153. </ul>
  1154. <div class="row">
  1155. <div class="col-md-8" style="padding:0px;">
  1156. <div class="card border-0 shadow">
  1157. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1158. <div class="row mt-3 mb-1">
  1159. <div class="col-12">
  1160. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1161. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1162. <div class="row align-items-center">
  1163. <div class="col-md-12">
  1164. @if(file_exists( public_path().'/uploads/proposal/'.@$proposal_details->proposal->document_file ) && @$proposal_details->proposal->document_file != null)
  1165. <iframe src ="{{url(asset('/uploads/proposal').'/'.@$proposal_details->proposal->document_file) }}" type="application/pdf" width="100%" height="560px"></iframe>
  1166. @else
  1167. <iframe src ="{{url(asset('web/files/CRM.pdf'))}}" type="application/pdf" width="100%" height="670px"></iframe>
  1168. @endif
  1169. </div><!--end col-->
  1170. </div><!--end row-->
  1171. </div><!--end teb pane-->
  1172. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1173. <div class="row align-items-center">
  1174. <div class="col-md-12 mt-2">
  1175. <div class="row">
  1176. <h5>coming soon..</h5>
  1177. </div>
  1178. </div><!--end col-->
  1179. </div><!--end row-->
  1180. </div><!--end row-->
  1181. </div><!--end tab content-->
  1182. </div><!--end col-->
  1183. </div><!--end row-->
  1184. </div><!--end container-->
  1185. </div>
  1186. </div><!--end col-->
  1187. <div class="col-md-4">
  1188. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1189. <div class="info-palate mt-0">
  1190. <div class="left">
  1191. <div class="ad_pref_item_header">
  1192. <div class="Feedback">Feedback from others</div>
  1193. </div>
  1194. <div class="single_radius_item">
  1195. <div style="border-bottom: 1px solid #e8eef1;">
  1196. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1197. <span class="edu_title">Uni. Name</span><br>
  1198. <span>Proposal Quality</span><br>
  1199. <span>Content Quality</span><br>
  1200. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1201. </div>
  1202. </div>
  1203. <div style="border-bottom: 1px solid #e8eef1;">
  1204. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1205. <span class="edu_title">Uni. Name</span><br>
  1206. <span>Proposal Quality</span><br>
  1207. <span>Content Quality</span><br>
  1208. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1209. </div>
  1210. </div>
  1211. </div>
  1212. </div>
  1213. </div>
  1214. </div>
  1215. </div>
  1216. </div><!--end container-->
  1217. </div>
  1218. </div><!--end col-->
  1219. </div>
  1220. </div><!--end row-->
  1221. </div><!--end container-->
  1222. </section><!--end section-->
  1223. <!-- Hero End -->
  1224. <!-- Main Js -->
  1225. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1226. <!-- tobii js -->
  1227. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1228. <!-- SLIDER -->
  1229. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1230. <!-- Icons -->
  1231. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1232. <!-- Main Js -->
  1233. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1234. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1235. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1236. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1237. <script src="{{asset('web/js/app.js')}}"></script>
  1238. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1239. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1240. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1241. <script src="{{asset('web/js/app.js')}}"></script>
  1242. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1243. {{-- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> --}}
  1244. <script src="{{ asset('css/jquery.min.js') }}"></script>
  1245. <script src="{{ asset('css/jquery-form/dist/jquery.form.min.js') }}"></script>
  1246. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  1247. <script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
  1248. <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
  1249. <script>
  1250. function pop_up_msg(msg='No message specified', type='success', callback=null){
  1251. new Noty({
  1252. theme:'sunset',
  1253. text: msg,
  1254. type: type,
  1255. timeout:1500,
  1256. callbacks:{
  1257. afterClose: callback
  1258. }
  1259. }).show();
  1260. }
  1261. function err_msg(err){
  1262. var msg="Request failed to process, try again later.";
  1263. if(err.responseJSON && err.responseJSON.msg){
  1264. msg=err.responseJSON.msg;
  1265. }
  1266. return msg;
  1267. }
  1268. $(function(){
  1269. $('.concept_change').on('click', function(){
  1270. var self =$(this);
  1271. var id =self.data('id');
  1272. var value =self.data('val');
  1273. var form_data={
  1274. _token :"{{csrf_token()}}",
  1275. 'id':id,
  1276. 'value':value
  1277. }
  1278. swal({
  1279. title: "Are you sure you want to change status?",
  1280. text: "Please check before submitting!",
  1281. type: "warning",
  1282. showCancelButton: true,
  1283. confirmButtonClass: "btn-danger",
  1284. cancelButtonClass: "btn-info",
  1285. confirmButtonText: "Yes",
  1286. cancelButtonText: "No",
  1287. closeOnConfirm: true,
  1288. closeOnCancel: true
  1289. }, function(isConfirm){
  1290. if(isConfirm){
  1291. $.post("{{ route('ajax-post', ['name'=>'concept_status_update']) }}", form_data, function(res){
  1292. pop_up_msg(res.msg);
  1293. window.location.reload();
  1294. }).fail(function(err){
  1295. pop_up_msg(err_msg(err), 'error');
  1296. });
  1297. }
  1298. });
  1299. });
  1300. $('.status_change').on('click', function(){
  1301. var self =$(this);
  1302. var id =self.data('id');
  1303. var value =self.data('val');
  1304. var form_data={
  1305. _token :"{{csrf_token()}}",
  1306. 'id':id,
  1307. 'value':value
  1308. }
  1309. if(value==1 || value==2){
  1310. swal({
  1311. title: "Are you sure you want to change status?",
  1312. text: "Please check before submitting!",
  1313. type: "warning",
  1314. showCancelButton: true,
  1315. confirmButtonClass: "btn-danger",
  1316. cancelButtonClass: "btn-info",
  1317. confirmButtonText: "Yes",
  1318. cancelButtonText: "No",
  1319. closeOnConfirm: true,
  1320. closeOnCancel: true
  1321. }, function(isConfirm){
  1322. if(isConfirm){
  1323. $.post("{{ route('ajax-post', ['name'=>'proposal_status_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. });
  1331. }
  1332. });
  1333. $('.status_change').on('click', function(){
  1334. var value = $(this).data('val');
  1335. if(value ==3 || value ==4){
  1336. $("#feedback").removeClass('d-none');
  1337. $('input[name="p_status"]').val(value);
  1338. }else{
  1339. $("#feedback").addClass('d-none');
  1340. }
  1341. });
  1342. $('.feedback_btn').click(function(){
  1343. var id =$(this).data('id');
  1344. var message =$('#message').val();
  1345. var proposal_status =$('#p_status').val();
  1346. var form_data={
  1347. _token: "{{ csrf_token() }}",
  1348. id: id,
  1349. message: message,
  1350. proposal_status: proposal_status,
  1351. }
  1352. $.post("{{ route('ajax-post', ['name'=>'proposal_feedback_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. </script>
  1361. </body>
  1362. </html>