initial build

This commit is contained in:
2019-09-26 20:00:32 -05:00
parent 89a691af52
commit 37069bceec
19 changed files with 660 additions and 107 deletions
+11
View File
@@ -0,0 +1,11 @@
@extends('errors::illustrated-layout')
@section('code', '404')
@section('title', __('Page Not Found'))
@section('image')
<div style="background-image: url({{ asset('/svg/404.svg') }});" class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center">
</div>
@endsection
@section('message', __('Sorry, the page you are looking for could not be found.'))