application.blade.php 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @extends('web.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="background-color: #efefef; height:100vh; padding:154px 0px 5px;">
  4. <div class="container">
  5. <div class="row align-items-center p-3">
  6. <div class="col-md-12 mt-2">
  7. <div class="row">
  8. <div class="col-md-10" style="width:83%;">
  9. <div class="content_header ml-0">
  10. <div class="right">
  11. <span class="main_title" style="font-weight:700;">My Application</span>
  12. </div>
  13. </div>
  14. </div>
  15. <!-- <div class="col-md-2 text-right">
  16. <button class="submit_button" style="margin-left:2.6rem;">Add New</button>
  17. </div> -->
  18. </div>
  19. </div>
  20. <div class="col-md-12">
  21. <div class="scrolled_content_part">
  22. <div class="single_ad_pref_item">
  23. <div class="p-3" style="border-top: 1px solid #eee; border-bottom-style: dashed; border-width: 0.5px 0px 0.5px; border-bottom-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; display:flex;">
  24. <div class="left" style="width:50%;">
  25. <div class="uni_details" style="display:flex;">
  26. <div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 6px; height: 37px; width: 37px;">
  27. <i class="fa fa fa-university ms-1"></i>
  28. </div>
  29. <div class="alert" style="background-color:white; padding: 3px 7px;">
  30. <strong style="font-size:13px;">Mr Z</strong></br>
  31. <span style="font-size:10px; font-weight:400;"> designation </span>
  32. <span>.</span>
  33. <span style="font-size:10px; font-weight:400;"> department </span>
  34. <span>.</span>
  35. <span style="font-size:10px; font-weight:400;"> university-name </span>
  36. </div>
  37. </div>
  38. </div>
  39. <div class="text-end" style="width:50%;">
  40. <span style="font-size:11px;">Apply Reference</span><br>
  41. <span class="label_badge_radius" style="font-size:11px !important; font-weight:800;">23302</span>
  42. </div>
  43. </div>
  44. <div class="p-3" style="display:flex; border-width: 0px 0px 0.5px; border-top-style: dashed; border-top-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom-style: dashed; border-bottom-color: #eee;">
  45. <div class="left" style="width:50%;">
  46. <div class="uni_details" style="display:flex;">
  47. <div class="inner_right ms-5">
  48. <strong style="font-size:13px;">Title</strong></br>
  49. <div style="margin-top: -8px;">
  50. <span style="font-size:10px;">methology</span>
  51. <span>.</span>
  52. <span style="font-size:10px;">department</span>
  53. <span>.</span>
  54. <span style="font-size:10px;">status</span>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. <div class="p-3" style="display:flex; border-width: 0px 0px 0.5px; border-top-style: dashed; border-top-color: #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom-style: dashed; border-bottom-color: #eee;">
  61. <div class="left" style="width:50%;">
  62. <div class="uni_details" style="display:flex;">
  63. <div class="inner_right ms-5">
  64. <span style="font-size:11px;">Start Date : Sep 2010</span><br>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="text-end" style="width:50%;">
  69. <span style="font-size:11px;">Application Status </span><br>
  70. <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Applied</span>
  71. <h6 style="font-size:11px !important; font-weight:800;"></h6>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </div><!--end container-->
  79. </section>
  80. @endsection