Update error pages

This commit is contained in:
Deon George
2020-04-17 16:30:51 +10:00
parent 3784de855a
commit e6f823da39
3 changed files with 37 additions and 8 deletions

View File

@@ -1,8 +1,17 @@
@extends('adminlte::layouts.errors')
@extends('adminlte::layouts.app')
@section('htmlheader_title')
{{ trans('adminlte_lang::message.servererror') }}
@endsection
@section('page_title')
307
@endsection
@section('contentheader_title')
Not updated yet
@endsection
@section('contentheader_description')
@endsection
@section('main-content')
<div class="error-page">
@@ -11,8 +20,8 @@
<h3><i class="fa fa-warning text-red"></i> Oops! Not updated yet!</h3>
<p>
That data is still on the old site. You'll be redirected in <b>5</b> seconds.<br>
(You might be asked to login again.) <br>
Here: <a href="{{ $exception->getMessage() }}"><b>{{ $exception->getMessage() }}</b></a><br>
(You might be asked to login again.) <br><br>
Here: <a href="{{ $exception->getMessage() }}"><b>{{ $exception->getMessage() }}</b></a><br><br>
Back to <a href="{{ url('home') }}">home</a>
</p>
<br>