2023-04-17 11:22:49 +00:00
|
|
|
@extends('layouts.app')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
<div class="flex justify-center items-center">
|
|
|
|
|
<div class="max-w-lg mt-4 rounded p-4 bg-green-200 border-green-500 border-2">
|
|
|
|
|
<h1 class="text-6xl text-green-600 font-bold">Thank you!</h1><br/>
|
|
|
|
|
<span class="text-base text-green-600 font-medium">We have sent you an email with attached QR code which you should use for this event! Check you email, if you haven't received anything contact us via: example@example.com</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@endsection
|