send_email_document_information.blade.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. @extends('modal_pages.base')
  2. @section('main')
  3. <style>
  4. .list-text{
  5. font-size: 12px;
  6. font-weight: 700;
  7. }
  8. .form-label{
  9. font-size: 12px;
  10. color: #9b9b9b !important;
  11. }
  12. .social-links li{
  13. margin: 0 8px;
  14. }
  15. .box-typical.box-typical-padding-update {
  16. padding: 6px 15px;
  17. }
  18. .alert_msg{
  19. color: #f44336 !important;
  20. padding: 10px;
  21. background-color: #d8e2e7;
  22. font-size: small;
  23. border-radius: 5px;
  24. }
  25. .badge-sams{
  26. font-size: 12px !important;
  27. border: 1px solid #e9f0f3;
  28. padding: 4px 10px !important;
  29. color: currentColor;
  30. background: #f5f4fd;
  31. font-weight: 600;
  32. }
  33. .cancel_button{
  34. background-color: #ffbd59 !important;
  35. border-width: 1px!important;
  36. border-color: #ffbd59!important;
  37. color: #fff!important;
  38. border-radius: 30px!important;
  39. padding: 6px 11px!important;
  40. height: 28px!important;
  41. font-size: 14px!important;
  42. line-height: 1!important;
  43. font-weight: 600!important;
  44. }
  45. #email_holder .whole_body, #email_holder .whole_body div{
  46. max-width: 100% !important;
  47. }
  48. </style>
  49. <form class="req-email-form" action="{{ url()->current() }}" method="POST">
  50. <div class="form-row mb-0">
  51. <div class="col-md-3 d-none">
  52. <ul class="list-group">
  53. <li class="list-group-item list-text hand email-list-item" data-related-div="outstanding_emails">
  54. Outstanding Emails
  55. </li>
  56. </ul>
  57. </div>
  58. <div class="card rounded p-4" style="background-color: white;">
  59. <div class="box-typical box-typical-padding">
  60. <div class="row">
  61. <div class="col">
  62. <p class="mb-3">
  63. <span>To:</span>
  64. <span class="badge badge-pill badge-sams">
  65. supervisor
  66. </span>
  67. </p>
  68. </div>
  69. </div>
  70. <div class="row">
  71. <div class="col">
  72. <p style="margin-bottom: 6px;">
  73. <span>CC:</span>
  74. <span class="badge badge-pill badge-sams">
  75. office
  76. </span>
  77. <span class="badge badge-pill badge-sams">
  78. user
  79. </span>
  80. <span class="badge badge-pill badge-sams">
  81. email
  82. </span>
  83. </p>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="box-typical box-typical-padding mb-0" id="email_holder"></div>
  88. </div>
  89. <div class="col-md-12 mt-4">
  90. <div class="card rounded border-0 shadow" style="background-color:white;">
  91. <div class="p-3">
  92. <div class="p-3" style="border: 1px solid #eee; border-radius: 6px;">
  93. <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  94. <h4 class="mb-4" style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important;">Further Information Required</h4>
  95. <div style="border-bottom: 1px solid #eee;"></div>
  96. <div class="col-md-12">
  97. <div class="row">
  98. <div class="col-md-8 mt-3 mb-3">
  99. <h5 style="margin: 0px;"> H Rahman </h5>
  100. <span style="margin: 0px;"> University of Hull</span>
  101. <span> • </span>
  102. <span> Masters </span>
  103. </div>
  104. <div class="col-md-4 mt-3 mb-3" style="text-align: end;">
  105. <p style="margin: 0px;">31 May, 2023</p>
  106. <p style="margin: 0px;">Our Reference : 12345678</p>
  107. </div>
  108. </div>
  109. <div style="border-bottom: 1px solid #eee;"></div>
  110. </div>
  111. <p class="mt-3">Dear [Applicant’s Name], </p>
  112. <p class="mt-3" style="margin: 0px;">Thank you for submitting your research proposal. </p>
  113. <p class="mt-3" style="margin: 0px;">To further evaluate your application, the following documents/information are required: </p>
  114. <p class="mt-3" style="margin: 0px;">(list of docs/info) </p>
  115. <p class="mt-3" style="margin: 0px;">I highly recommend that you provide the required documents/information as soon as possible to avoid any delays in the review process. </p>
  116. <p class="mt-3" style="margin: 0px;">Looking forward to hearing from you. </p>
  117. <p class="mt-3" style="margin: 0px;">Thanking you</p>
  118. <p> [teacher name] </p>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. <div id="div_send_mail" class="row mt-3">
  125. <div class="col" style="text-align: end;">
  126. <button type="button" class="btn btn-inline cancel_button" data-dismiss="modal">
  127. Cancel
  128. </button>
  129. <button type="button" class="btn btn-inline submit_button btn-submit mr-0 btn-send">
  130. Send
  131. </button>
  132. </div>
  133. </div>
  134. </form>
  135. <script>
  136. $(function(){
  137. // $('.select2').select2();
  138. $('#modal_page_footer').hide();
  139. });
  140. </script>
  141. @endsection