Just commit it all
This commit is contained in:
parent
a64bcc2c46
commit
36f9b56049
83 changed files with 1949 additions and 1658 deletions
|
|
@ -1,9 +1,8 @@
|
|||
@extends('layouts.minimal')
|
||||
@section('title', 'Error 401: Unauthorized User!')
|
||||
@section('content')
|
||||
<x-minimal>
|
||||
<x-slot:title>Error 401: Unauthorized User!</x-slot:title>
|
||||
<h1>{{ $error }}</h1>
|
||||
<hr>
|
||||
@if(isset($description))
|
||||
<p>{{ $description }}</p>
|
||||
@endif
|
||||
@stop
|
||||
</x-minimal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue