Files
dph-tycg-event/resources/views/metabolism_fill_form_ok.blade.php
2025-06-13 12:09:50 +08:00

30 lines
765 B
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h1 style="text-align: center;">
符合代謝新收案 早鳥報名最划算
</h1>
</div>
</div>
<div style="height:20px;">&nbsp;</div>
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h2 style="text-align: center;">登記成功!!</h2>
<p>&nbsp;</p>
<div class="nav-item-3">
<a class="nav-link" href="https://forms.gle/LHvHDzRS6EgGsRHGA" target="_blank"> 滿意度調查</a>
</div>
</div>
</div>
</div>
@endsection