application.blade.php 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @extends('web.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="background-color: #efefef; height:600px; 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: 0px 10px;">
  30. <span style="margin: 0px"></span>Mr Z</br>
  31. <span class="text-muted" style="font-weight: 500;">designation</span></br>
  32. <span class="text-muted" style="font-weight: 500;">department</span>
  33. <span>.</span>
  34. <span class="text-muted" style="font-weight: 500;">university_name</span>
  35. </div>
  36. </div>
  37. </div>
  38. <div class="text-end" style="width:50%;">
  39. <span style="font-size:11px;">Proposed Start Date</span><br>
  40. <h6 style="font-size:11px !important; font-weight:800;">Mar 9</h6>
  41. </div>
  42. </div>
  43. <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;">
  44. <div class="left" style="width:50%;">
  45. <div class="uni_details" style="display:flex;">
  46. <div class="inner_right ms-5">
  47. <strong style="font-size:13px;">Title</strong></br>
  48. <div style="margin-top: -11px; display: block;">
  49. <span style="font-size:10px;">methology</span>
  50. <span>.</span>
  51. <span style="font-size:10px;">department</span>
  52. <span>.</span>
  53. <span style="font-size:10px;">status</span>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <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;">
  60. <div class="left" style="width:50%;">
  61. </div>
  62. <div class="text-end" style="width:50%;">
  63. <span style="font-size:11px;">Application Status</span><br>
  64. <h6 style="font-size:11px !important; font-weight:800;"></h6>
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div><!--end container-->
  72. </section>
  73. @endsection