This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -32,10 +32,10 @@
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Datum</th>
<th>Points</th>
<th>{{__('tables.date')}}</th>
<th>{{__('tables.points')}}</th>
<th>Umsatz netto</th>
<th>Status</th>
<th>{{__('tables.status')}}</th>
<th>Berater</th>
</tr>
@ -82,8 +82,8 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">schließen</button>
<button type="submit" class="btn btn-primary">{{ __('übernehmen') }}</button>
<button type="button" class="btn btn-default" data-dismiss="modal">{{ __('close') }}</button>
<button type="submit" class="btn btn-primary">{{ __('take over') }}</button>
</div>
{!! Form::close() !!}