first commit
This commit is contained in:
22
resources/views/frontend/errors/404.blade.php
Normal file
22
resources/views/frontend/errors/404.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
@extends('frontend.layouts.app')
|
||||
@section('content')
|
||||
<!-- START SECTION BREADCRUMB -->
|
||||
|
||||
<!-- START SECTION 404 -->
|
||||
<section class="background_bg overlay_bg2 full_screen pt-5" style="background-image: url({{asset('assets/images/404_bg.jpg')}})">
|
||||
<div class="container h-100">
|
||||
<div class="row justify-content-center align-content-center h-100">
|
||||
<div class="col-md-6 col-sm-8">
|
||||
<div class="text-center">
|
||||
<div class="error_txt">404</div>
|
||||
<h4 class="text_danger">oops! Page Not Found!</h4>
|
||||
<h6>The page you were looking for could not be found.</h6>
|
||||
<a href="{{route('homepage')}}" class="btn btn-outline-black">Back To Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- END SECTION 404 -->
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user