refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

View File

@@ -0,0 +1,17 @@
@extends('layouts.skeleton')
@section('content')
<section class="ph3 ph0-ns mt4">
<div class="mw7 center br3 ba b--gray-monica bg-white mb5 pa5">
<h2 class="mb4">{{ trans('app.compliance_title') }}</h2>
<p>{!! trans('app.compliance_desc', ['url' => 'https://monicahq.com/privacy', 'urlterm' => 'https://monicahq.com/terms', 'hreflang' => 'en', ]) !!}</p>
<p>{{ trans('app.compliance_desc_end') }}</p>
<form action="compliance/sign" method="POST" class="tc mt4">
@csrf
<button class="btn btn-primary" name="save" type="submit">{{ trans('app.compliance_terms') }}</button>
</form>
</div>
</div>
@endsection