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:
27
resources/views/errors/402.blade.php
Normal file
27
resources/views/errors/402.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
@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><em class="fa fa-ban"></em> @lang('auth.not_authorized')</h3>
|
||||
|
||||
@lang('settings.personalisation_paid_upgrade', ['url' => route('settings.subscriptions.index')])
|
||||
|
||||
@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