@extends('layouts.main')
@section('title', '503 - Unreachable')
@section('main')
<br>
<br>
<br>
<center>
<body class="error-page mt-4 mb-4">
<div class="main-wrapper">
<div class="error-box">
<h1>503</h1>
<h3 class="h2 mb-3"><i class="fas fa-exclamation-circle"></i> Request Unreachable</h3>
<p class="h4 font-weight-normal">The website is currently under maintenance.</p>
</div>
</div>
</body>
</center>
@endsection