testemich Promotion

This commit is contained in:
Kevin Adametz 2022-04-14 13:21:17 +02:00
parent 38e7fd504a
commit a0f4eda6ea
83 changed files with 1690 additions and 504 deletions

View file

@ -100,6 +100,21 @@
</div>
</div>
<div class="card mb-2">
<div class="card-body">
<h4>Promotion</h4>
<div class="form-row">
<div class="form-group col-sm-12">
<div class="form-group col-sm-12">
<label class="form-label">{{ __('Gespeerte Namen für die URLs, mit Komma trennen.') }}</label>
{!! Form::textarea('settings[promotion_user_url_profanity][val]', \App\Models\Setting::getContentBySlug('promotion_user_url_profanity'), array('class'=>'form-control', 'rows'=>3)) !!}
{{ Form::hidden('settings[promotion_user_url_profanity][type]', 'full_text') }}
</div>
</div>
<button type="submit" name="action" value="save_prepayment" class="btn btn-primary btn-sm mb-2"><i class="ion ion-ios-save"></i> speichern</button>
</div>
</div>
{!! Form::close() !!}
@endsection