Abo Einmalprodukte und Bestätigung abschließen
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
2bdc9ada3c
commit
2269ce031f
57 changed files with 3647 additions and 371 deletions
23
resources/views/admin/abo/_order_onetime.blade.php
Normal file
23
resources/views/admin/abo/_order_onetime.blade.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<div class="card-body">
|
||||
<h5 class="font-weight-semibold mb-2">
|
||||
<i class="fa fa-bolt text-warning"></i> {{ __('abo.onetime_card_hl') }}
|
||||
</h5>
|
||||
<div class="alert alert-info">{!! __('abo.onetime_card_info') !!}</div>
|
||||
<div class="alert alert-warning small mb-3">
|
||||
<strong>{{ __('abo.onetime_important_hl') }}</strong>
|
||||
<ul class="mb-0 pl-3">
|
||||
<li>{{ __('abo.onetime_reset_hint') }}</li>
|
||||
<li>{{ __('abo.onetime_coverage_hint') }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn btn-sm btn-warning btn-block mt-2"
|
||||
data-toggle="modal" data-target="#modals-load-content"
|
||||
data-id="{{ $user_abo->id }}"
|
||||
data-action="abo-add-onetime"
|
||||
data-route="{{ route('modal_load') }}"><i class="fa fa-plus-circle"></i> {{ __('abo.add_onetime_product') }}</button>
|
||||
|
||||
<div id="insert_show_onetime_order" data-onetime-abo-id="{{ $user_abo->id }}" class="mt-2">
|
||||
@include('admin.abo._order_onetime_show', ['user_abo' => $user_abo, 'summary' => $summary])
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue