changes
This commit is contained in:
28
resources/views/thankyou.blade.php
Normal file
28
resources/views/thankyou.blade.php
Normal file
@@ -0,0 +1,28 @@
|
||||
@extends('theme.spade.layouts.main')
|
||||
@section('meta')
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://aroginhealthcare.com/thankyou" >
|
||||
@endsection
|
||||
@section('content')
|
||||
|
||||
<div class="ending">
|
||||
<section >
|
||||
<div class="last-picture">
|
||||
<img src="./images/bye.jpg" alt="byee">
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="last-text">
|
||||
<h3>Thanks for Visiting Us!</h3>
|
||||
<p>Your form has been submitted. We will get back to you shortly </p>
|
||||
<a href="https://aroginhealthcare.com/">Back to the homepage <i class="fas fa-home"></i></a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user