commit 08-2025
This commit is contained in:
parent
9ae662f63e
commit
480fdc65ed
404 changed files with 65310 additions and 2600431 deletions
34
resources/views/portal/abo/_create_info.blade.php
Normal file
34
resources/views/portal/abo/_create_info.blade.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{!! Form::open(['action' => route('portal.my_subscriptions.create', 1), 'method' => 'POST', 'class' => '']) !!}
|
||||
<div class="card-body">
|
||||
<h4>{{ __('abo.abo_delivery') }}</h4>
|
||||
|
||||
<p>
|
||||
{{ __('abo.abo_order_info') }}
|
||||
</p>
|
||||
<hr class="container-m-nx mt-0 mb-4">
|
||||
|
||||
<h5>{{ __('abo.pros_hl') }}</h5>
|
||||
<ul>
|
||||
{!! __('abo.pros_list') !!}
|
||||
</ul>
|
||||
|
||||
@if(isset($no_shopping_user) && $no_shopping_user)
|
||||
|
||||
@endif
|
||||
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
@if(!isset($no_shopping_user))
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-secondary" name="action" value="next">{{ __('abo.understood_and_next') }}</button>
|
||||
</div>
|
||||
@else
|
||||
<h4>{{ __('navigation.my_data') }}</h4>
|
||||
<div class="alert alert-warning">{{ __('abo.change_my_data_empty') }}</div>
|
||||
<a href="{{ route('portal.my_data.edit') }}" class="btn btn-secondary"><i
|
||||
class="ion ion-md-person text-default mr-1"></i> {{ __('portal.change_my_data_empty_button') }}</a>
|
||||
|
||||
@endif
|
||||
</div>
|
||||
|
||||
{!! Form::close() !!}
|
||||
Loading…
Add table
Add a link
Reference in a new issue