Remove unused stuff
This commit is contained in:
parent
a349858a7d
commit
da992ff1b7
117 changed files with 34 additions and 463 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>401</x-slot:code>
|
||||
<x-slot:message>Unauthorized</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>402</x-slot:code>
|
||||
<x-slot:message>Payment Required</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>403</x-slot:code>
|
||||
<x-slot:message>{{__($exception->getMessage() ?: 'Forbidden')}}</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>404</x-slot:code>
|
||||
<x-slot:message>Page not found!</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>418</x-slot:code>
|
||||
<x-slot:message>I'm a teapot</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>419</x-slot:code>
|
||||
<x-slot:message>Page Expired</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>429</x-slot:code>
|
||||
<x-slot:message>Too Many Requests</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>500</x-slot:code>
|
||||
<x-slot:message>Server Error</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal-error>
|
||||
<x-layout-err>
|
||||
<x-slot:code>503</x-slot:code>
|
||||
<x-slot:message>Service Unavailable</x-slot:message>
|
||||
</x-minimal-error>
|
||||
</x-layout-err>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<x-minimal>
|
||||
<x-layout-min>
|
||||
<x-slot:title>Error 401: Unauthorized User!</x-slot:title>
|
||||
<h1>{{ $error }}</h1>
|
||||
<hr>
|
||||
@if(isset($description))
|
||||
<p>{{ $description }}</p>
|
||||
@endif
|
||||
</x-minimal>
|
||||
</x-layout-min>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal>
|
||||
<x-layout-min>
|
||||
<x-slot:title>Error dsdf!</x-slot:title>
|
||||
<div class="page-container">
|
||||
<div>
|
||||
|
|
@ -9,4 +9,4 @@
|
|||
Click <a href="/guestbook">here</a> to go back to the guestbook.
|
||||
</div>
|
||||
</div>
|
||||
</x-minimal>
|
||||
</x-layout-min>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal>
|
||||
<x-layout-min>
|
||||
<x-slot:title>Error 403: IP Blocked!</x-slot:title>
|
||||
<h1>Error 403: IP Blocked!</h1>
|
||||
<hr>
|
||||
|
|
@ -8,4 +8,4 @@
|
|||
@endif
|
||||
<br>
|
||||
Click <a href="/guestbook">here</a> to go back to the guestbook.
|
||||
</x-minimal>
|
||||
</x-layout-min>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<x-minimal>
|
||||
<x-layout-min>
|
||||
<x-slot:title>Error 429: Overclocking Detected!</x-slot:title>
|
||||
<div class="page-container">
|
||||
<div>
|
||||
|
|
@ -10,4 +10,4 @@
|
|||
Click <a href="/guestbook">here</a> to go back to the guestbook.
|
||||
</div>
|
||||
</div>
|
||||
</x-minimal>
|
||||
</x-layout-min>
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
<x-minimal>
|
||||
|
||||
</x-minimal>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
@extends('layouts.minimal')
|
||||
@section('title', 'Error 401: Unauthorized User!')
|
||||
@section('content')
|
||||
<h1>Error 401: Unauthorized User!</h1>
|
||||
<hr>
|
||||
<p>Woah there! Only authorized users can access this page. Please <a href="/login">log in</a> to proceed.</p>
|
||||
<p>Ended up here on accident? Click <a href="/">here</a> to return to the homepage</u>!</p>
|
||||
@stop
|
||||
Loading…
Add table
Add a link
Reference in a new issue