HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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