File: /var/www/html/sarvodayahospital/resources/views/errors/404.blade.php
@extends('layouts.main')
@section('content')
<section class="page-nt-found-sec py-md-5 py-4">
<div class="container">
<div class="page-nt-found-box text-center">
<img src="{{ asset('img/404.svg') }}"/>
<h2 class="clr5c f-28 f-sm-28 mt-4 f-lg-35 fw-700 mt-2 mb-2 text-center">OOPS! Page not found</h2>
<p class="mb-0"> Sorry, We can not find the page you are looking for<br class="d-md-block d-none"/>
<a href="{{ route('home') }}">Click here</a> to come back to home page.
</p>
</div>
</div>
</section>
@stop