last changes since 6-2023
This commit is contained in:
parent
561c5875a7
commit
c1c613a4b9
53 changed files with 1351 additions and 93 deletions
|
|
@ -93,6 +93,12 @@
|
|||
{{ Form::select('travel_company_id', \App\Services\Model::getTravelCompanyArray(false) , $booking->travel_company_id, array('class'=>'custom-select', 'id'=>'travel_company_id')) }}
|
||||
</div>
|
||||
|
||||
<div class="form-group col-sm-12 col-md-12">
|
||||
<label class="form-label" for="travel_company_id">{{ __('Reiseversicherung') }}</label><br>
|
||||
{{ $booking->getInsuranceOfferType() }}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12">
|
||||
<h5 class="card-title mt-3 mb-1">Status</h5>
|
||||
<hr class="mt-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue