20-02-2026
This commit is contained in:
parent
a8b395e20d
commit
a00c42e770
252 changed files with 28785 additions and 8907 deletions
|
|
@ -136,8 +136,13 @@
|
|||
<!-- DHL Standard-Einstellungen -->
|
||||
<div class="form-row">
|
||||
<div class="col-sm-12">
|
||||
<h5>Standard-Einstellungen</h5>
|
||||
<h5>Standard-Einstellungen @if(config('dhl.config_source') == 'database')
|
||||
<span class="badge badge-success">Database</span>
|
||||
@else
|
||||
<span class="badge badge-primary">Environment</span>
|
||||
@endif</h5>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-sm-4">
|
||||
<label class="form-label">{{ __('API Basis URL') }}*</label>
|
||||
{{ Form::text('settings[dhl_base_url][val]', \App\Models\Setting::getContentBySlug('dhl_base_url') ?: 'https://api-eu.dhl.com', array('class'=>'form-control')) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue