File: /var/www/html/sarvodayahospital/resources/views/pages/thank-you.blade.php
@extends('layouts.main')
@section('content')
<section class="thank-you-sec py-md-5 py-4">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="thank-you-box-right">
<div class="thank-you-img text-center">
<img src="{{ asset('img/thank-you-icon.svg') }}"/>
</div>
<h3 class="clrBlueDark text-center f-25 f-sm-20 text-center mt-3">Thank You</h3>
<p class="f-18 f-sm-16 clr5c text-center">
Your request has been successfully submitted. Our <br class="d-none d-md-block"> executive will call you soon to assist you with this request.
</p>
</div>
</div>
</div>
</div>
<div class=" mt-md-2 text-center">
<a href="{{ route('home') }}" class="back-to-home-btn btn">Back to home </a>
</div>
</section>
@stop