JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "500.blade.php"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/resources/views/errors/500.blade.php
File size: 1.46 KB
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ __('500') }}</title>
<!-- Fav Icon -->
<link rel="icon" href="{{asset($setting->favicon)}}">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="{{asset('fontawesome/css/all.min.css')}}">
<link rel="stylesheet" href="{{asset('frontend/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{asset('frontend/css/style.css') }}">
<link rel="stylesheet" href="{{asset('frontend/css/responsive.css') }}">
</head>
<body>
<div class="appie-error-area">
<div class="container mb-5">
<div class="row">
<div class="col-lg-12 error_image">
<div class="appie-error-content text-center">
<img src="{{asset($setting->error_image)}}" alt="">
<span>{{ __('translate.Sorry!') }}</span>
<h3 class="title">{{ __('translate.Oops! Page Not Found.') }}</h3>
<p>{{ __('translate.The page you are looking for is not available. Try with another page or use the go home button below') }}</p>
<a class="main-btn-four" href="{{ route('index') }}">{{ __('translate.Back to Home') }} </a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>