#10 Promotion Modul, Kommentar 2

This commit is contained in:
Kevin Adametz 2021-11-09 18:40:18 +01:00
parent f0da981737
commit c9e1545693
128 changed files with 8194 additions and 637 deletions

View file

@ -9,7 +9,7 @@
<div class="form-group ">
<label class="custom-control custom-checkbox float-right">
{!! Form::checkbox('active', 1, $promotion->active, ['class'=>'custom-control-input']) !!}
<span class="custom-control-label">{{__('aktiv')}}</span>
<span class="custom-control-label">{{__('Berater können diese Promotion sehen')}}</span>
</label>
<label class="form-label" for="name">{{ __('Promotionname / Titel') }}*</label>
{{ Form::text('name', $promotion->name, array('placeholder'=>__('Name'), 'class'=>'form-control', 'id'=>'name', 'required')) }}