Wedding Invitation
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.

rsvp-close.blade.php 629B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en" data-theme="light">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>{{config('app.name')}}</title>
  8. @vite(['resources/css/app.css','resources/js/app.js'])
  9. </head>
  10. <body class="bg-babyblue min-h-screen flex items-center justify-center">
  11. <div class="border-2 border-navbarcolor rounded-lg p-8 bg-white shadow-lg max-w-lg text-center">
  12. <h1 class="text-navbarcolor text-2xl font-semibold">Sesi pendaftaran RSVP sudah tamat.</h1>
  13. </div>
  14. </body>
  15. </html>