File: /var/www/html/sarvodayahospital/resources/views/pages/reports/need-appointment.blade.php
@extends('layouts.main')
@section('content')
<section class="py-4 py-md-3 banner-c">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h1 class="text-white f-sm-30 f-30 fw-500 mb-0">
<!-- <img src="{{ asset('img/bread7.png') }}" alt="" class="img-fluid pe-3" width="70px" height="70px" /> -->
My Account
</h1>
</div>
<div class="col-md-6 text-end"></div>
</div>
</div>
</section>
<section class="my-reports-sec py-4">
<div class="container text-center">
<p class="mb-3">
No appointments or lab test have been booked yet, hence there is no records.
</p>
<a href="{{ route('home') }}" class="btn btn-back btn-outline btn-sm mb-3">Back to Home Page</a>
</div>
</section>
@stop