Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <title>Registration Form</title>
  5.  
  6. <style>
  7. .page-break {
  8. page-break-after: always;
  9. }
  10.  
  11. .row::after {
  12. content: "";
  13. clear: both;
  14. display: table;
  15. }
  16.  
  17.  
  18. [class*="col-"] {
  19. float: left;
  20. overflow-x: scroll;
  21. /*padding: 1px;*/
  22. /*border: 1px solid black;*/
  23. }
  24.  
  25. .col-1 {width: 8.33%;}
  26. .col-2 {width: 16.66%;}
  27. .col-3 {width: 25%;}
  28. .col-4 {width: 33.33%;}
  29. .col-5 {width: 41.66%;}
  30. .col-6 {width: 50%;}
  31. .col-7 {width: 58.33%;}
  32. .col-8 {width: 66.66%;}
  33. .col-9 {width: 75%;}
  34. .col-10 {width: 83.33%;}
  35. .col-11 {width: 91.66%;}
  36. .col-12 {width: 100%;}
  37.  
  38. .float-right{ float: right !important;}
  39.  
  40. .footer { position: fixed; bottom: 0px; margin-top: 10px; text-align: right; }
  41. .pagenum:before { content: counter(page); }
  42.  
  43. </style>
  44. </head>
  45. <body>
  46. <div class="footer">{{ date('Y') }} Philippine Education Conference | <span style="text-decoration: none;" class="pagenum"></span></div>
  47.  
  48. <div class="row">
  49. <div class="col col-6">
  50. <p><b>Registration Date:</b> {{ date('F j, Y', strtotime(\Carbon\Carbon::now())) }}</p>
  51. </div>
  52. <div class="col col-6">
  53. </div>
  54. </div>
  55.  
  56. <div class="row">
  57. <div class="col col-6">
  58. <h3>(BPI) Reference No.: <span style="color: firebrick">{{ $registration->payment->reference_number }}</span></h3>
  59. </div>
  60. <div class="col col-6">
  61. <h3 class="float-right">Registration No.: {{ $registration->registration_code }}</h3>
  62. </div>
  63. </div>
  64. <hr>
  65.  
  66.  
  67. <div class="row">
  68. <h3>I. SCHOOL AND CONTACT DETAILS</h3>
  69. <div class="col col-4">
  70. ESC School:<b> {{ $registration->is_esc ? 'Yes':'No' }}</b><br>
  71. School Name:<b> {{ $registration->school_name }}</b><br>
  72. School Address:<b> {{ $registration->school_address }}</b><br>
  73. Region:<b> {{ $registration->regionInfo->name_short }}</b><br>
  74. Total Participants:<b> {{ $registration->participants->count() }}</b>
  75. </div>
  76. <div class="col col-6">
  77. Contact Person:<b> {{ $registration->contact_person }}</b><br>
  78. Contact Number:<b> +63 {{ $registration->contact_number }}</b><br>
  79. Landline Number:<b> {{ $registration->contact_landline }}</b><br>
  80. Email Address:<b> {{ $registration->email_address }}</b><br>
  81. Amount Due:<b> Php {{ number_format($registration->payment->amount_due) }}</b>
  82. </div>
  83. <div class="col col-4">
  84.  
  85. </div>
  86.  
  87. </div>
  88. <hr>
  89.  
  90. <div class="row">
  91. <h3>II. LIST OF ATTENDEES</h3>
  92.  
  93. @php $i = 1; @endphp
  94. @foreach($registration->participants as $participant)
  95. <div class="row">
  96. <div class="col col-6">
  97. <span style="font-size: 20px; font-weight: bold;">{{ $i++ }}. {{ $participant->first_name }} {{ $participant->last_name }} </span> <br>
  98. Designation:<b> {{ $participant->designation }} </b><br>
  99. Email Address:<b> {{ $participant->email }} </b>
  100. </div>
  101. </div>
  102. <div class="row">
  103.  
  104. <div class="col col-12">
  105.  
  106. </div>
  107. </div>
  108. <br>
  109. @endforeach()
  110.  
  111. <div class="page-break"></div>
  112.  
  113. <p><b>Important Reminders</b></p>
  114. <ul>
  115. <li>Rates apply on the day of the payment and not on the day of your registration.</li>
  116. <li>Admission for Walk-ins or Onsite Payment is subject to seat availability.</li>
  117. <li>Payments will only be accepted at BPI Bank payment facilities.</li>
  118. <li>BPI Family Bank will not accept payments. Make sure to visit a BPI Bank.</li>
  119. <li>Conference Fees DO NOT cover hotel accomodations.</li>
  120. </ul>
  121. </div>
  122. <hr>
  123.  
  124. <div class="row">
  125. <div class="col col-12">
  126. <h3>IV. HOW TO CHECK THE STATUS OF YOUR REGISTRATION</h3>
  127. <p>Proceed to FAPE website at registration.fape.org.ph and click the “Check the status of your registration” button. You will be asked to input your ESC School ID or Registration number.</p>
  128. </div>
  129. </div>
  130. <hr>
  131.  
  132. <div class="row">
  133. <div class="col col-12">
  134. <h3>V. HOW TO CLAIM KITS AND IDS</h3>
  135. <ol>
  136. <li>Confirmed participants may claim their kits starting November 27, 2017.</li>
  137. <li>Claiming of kits shall be done by Region and by School Name.</li>
  138. <li>Please bring your printed registration form for faster transaction.</li>
  139. <li>Participant conference IDs shall indicate the breakout sessions to be attended by participants.</li>
  140. <li>Official receipts shall be available at the “Cashier” counter located at the end of the registration booths.</li>
  141. </ol>
  142. </div>
  143. </div>
  144. <br><br><br>
  145.  
  146. <p>For concerns regarding your registration, email us at <b>pec@fape.org.ph</b></p>
  147.  
  148.  
  149. </body>
  150. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement