add publish module
This commit is contained in:
parent
100f6db9a6
commit
ffbbc04206
93 changed files with 8150 additions and 10228 deletions
14
resources/views/errors/403.blade.php
Normal file
14
resources/views/errors/403.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{-- \resources\views\errors\403.blade.php --}}
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class='col-lg-4 col-lg-offset-4'>
|
||||
<h1><center>403<br>
|
||||
ACCESS DENIED</center></h1>
|
||||
<h2>{{ $exception->getMessage() }}</h2>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue