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:
17
resources/views/compliance/index.blade.php
Normal file
17
resources/views/compliance/index.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user