28 lines
814 B
PHP
28 lines
814 B
PHP
@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 |