Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

guest.blade.php 698B

12345678910111213141516
  1. <div class="header bg-default py-6 pt-7 pt-lg-8">
  2. <div class="container">
  3. <div class="header-body text-center mb-7">
  4. <div class="row justify-content-center">
  5. <div class="col-lg-5 col-md-6">
  6. <h1 class="text-white">{{ __('Selamat Datang Di Sidoni RS') }}</h1>
  7. </div>
  8. </div>
  9. </div>
  10. </div>
  11. <div class="separator separator-bottom separator-skew zindex-100">
  12. <svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg">
  13. <polygon class="fill-default" points="2560 0 2560 100 0 100"></polygon>
  14. </svg>
  15. </div>
  16. </div>