refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
25
resources/views/errors/403.blade.php
Normal file
25
resources/views/errors/403.blade.php
Normal file
@@ -0,0 +1,25 @@
|
||||
@extends('marketing.skeleton')
|
||||
|
||||
@section('content')
|
||||
|
||||
<body class="marketing register">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 offset-md-3 offset-md-3-right">
|
||||
|
||||
<div class="alert alert-danger">
|
||||
<h3><i class="fa fa-ban"></i> @lang('auth.not_authorized')</h3>
|
||||
|
||||
@if(isset($exception) && $exception->getMessage())
|
||||
<p class="message">{{ $exception->getMessage() }}</p>
|
||||
@endif
|
||||
|
||||
<p><a href="">{{ trans('auth.back_homepage') }}</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user