firstcommit
This commit is contained in:
42
Modules/Admin/resources/views/errors/layout/master.blade.php
Normal file
42
Modules/Admin/resources/views/errors/layout/master.blade.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<!-- TITLE -->
|
||||
<title>@yield('title', 'Lapsi Cloud')</title>
|
||||
<!-- FAVICON -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('images/auth/logo_icon.svg') }}" />
|
||||
<!-- FONTS -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo">
|
||||
<!-- BOOTSTRAP CSS -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/errors/404.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section class="page_404">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 ">
|
||||
<div class="col-sm-10 col-sm-offset-1 text-center">
|
||||
<div class="four_zero_four_bg" style="background-image: url(/images/errors/person_prem.gif);">
|
||||
<h1 class="text-center ">@yield('error_code', '404')</h1>
|
||||
</div>
|
||||
<div class="contant_box_404">
|
||||
<h3 class="h2">
|
||||
@yield('error_title', 'Look like you\'re lost')
|
||||
</h3>
|
||||
<p>@yield('error_desc', 'the page you are looking for not avaible!') </p>
|
||||
<a href="@yield('error_redirect_btn_link', '#')" class="link_404">@yield('error_redirect_btn_title', 'Go to Home')</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user