send_email_document_information.blade.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. <input type="hidden" name="teacher_id" value="{{ $std_proposal->teacher_id }}">
  52. <input type="hidden" name="student_id" value="{{ $std_proposal->student_id }}">
  53. <input type="hidden" name="id" value="{{ $std_proposal->id }}">
  54. <div class="col-md-3 d-none">
  55. <ul class="list-group">
  56. <li class="list-group-item list-text hand email-list-item" data-related-div="outstanding_emails">
  57. Outstanding Emails
  58. </li>
  59. </ul>
  60. </div>
  61. <div class="card rounded p-4" style="background-color: white;">
  62. <div class="box-typical box-typical-padding">
  63. <div class="row">
  64. <div class="col">
  65. <p class="mb-3">
  66. <span>To:</span>
  67. <span class="badge badge-pill badge-sams">
  68. supervisor
  69. </span>
  70. </p>
  71. </div>
  72. </div>
  73. <div class="row">
  74. <div class="col">
  75. <p style="margin-bottom: 6px;">
  76. <span>CC:</span>
  77. <span class="badge badge-pill badge-sams">
  78. office
  79. </span>
  80. <span class="badge badge-pill badge-sams">
  81. user
  82. </span>
  83. <span class="badge badge-pill badge-sams">
  84. email
  85. </span>
  86. </p>
  87. </div>
  88. </div>
  89. </div>
  90. <div class="box-typical box-typical-padding mb-0" id="email_holder"></div>
  91. </div>
  92. <div class="col-md-12 mt-4">
  93. <div class="card rounded border-0 shadow" style="background-color:white;">
  94. <div class="p-3">
  95. <div class="p-3" style="border: 1px solid #eee; border-radius: 6px;">
  96. <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  97. <h4 class="mb-4" style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important;">Further Information Required</h4>
  98. <div style="border-bottom: 1px solid #eee;"></div>
  99. <div class="col-md-12">
  100. <div class="row">
  101. <div class="col-md-8 mt-3 mb-3">
  102. <h5 style="margin: 0px;"> {{cn($std_proposal,'student_details.first_name','')}} {{cn($std_proposal,'student_details.last_name','')}} </h5>
  103. {{-- <span style="margin: 0px;">
  104. @if($std_proposal->student_details->university_name)
  105. {{cn($std_proposal,'student_details.university_name','')}}
  106. @else
  107. {{cn($std_proposal,'student_details.universit.name','')}}
  108. @endif
  109. </span>
  110. <span> • </span> --}}
  111. {{-- <span> Masters </span> --}}
  112. <p style="margin: 0px;">Apply Ref : {{ $std_proposal->student_apply_ref ?? "N/A"}}</p>
  113. </div>
  114. <div class="col-md-4 mt-3 mb-3" style="text-align: end;">
  115. <p style="margin: 0px;">{{ Carbon\Carbon::now()->format('d M, Y')}}</p>
  116. {{-- <p style="margin: 0px;">Our Reference : {{ $std_proposal->student_apply_ref ?? "N/A"}}</p> --}}
  117. </div>
  118. </div>
  119. <div style="border-bottom: 1px solid #eee;"></div>
  120. </div>
  121. <p class="mt-3">Dear {{cn($std_proposal,'student_details.first_name','')}} {{cn($std_proposal,'student_details.last_name','')}},</p>
  122. <p class="mt-3" style="margin: 0px;">Thank you for submitting your research proposal. </p>
  123. <p class="mt-3" style="margin: 0px;">To further evaluate your application, the following documents/information are required: </p>
  124. <ul>
  125. @if(count($doc_requirement_list) > 0)
  126. @foreach($doc_requirement_list as $row)
  127. <li>
  128. <div class="input-group mt-2">
  129. <div class="input-group-addon">
  130. <div class="checkbox-bird green" style="margin: 0px;">
  131. {{ $row->requirement_title}}
  132. </div>
  133. </div>
  134. </div>
  135. </li>
  136. @endforeach
  137. @endif
  138. </ul>
  139. <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>
  140. <p class="mt-3" style="margin: 0px;">Looking forward to hearing from you. </p>
  141. <p class="mt-3" style="margin: 0px;">Thanking you</p>
  142. <p> {{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}} </p>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. <div id="div_send_mail" class="row mt-3">
  149. <div class="col" style="text-align: end;">
  150. {{-- <button type="button" class="btn btn-inline cancel_button" data-dismiss="modal">
  151. Cancel
  152. </button> --}}
  153. <button type="submit" class="btn btn-inline submit_button btn-submit mr-0 btn-send">
  154. Send
  155. </button>
  156. </div>
  157. </div>
  158. </form>
  159. <script>
  160. $(function(){
  161. // $('.select2').select2();
  162. $('#modal_page_footer').hide();
  163. });
  164. </script>
  165. @endsection