20-02-2026

This commit is contained in:
Kevin Adametz 2026-02-20 17:55:06 +01:00
parent a8b395e20d
commit a00c42e770
252 changed files with 28785 additions and 8907 deletions

View file

@ -20,7 +20,12 @@
<div class="container-p-x py-4 bg-light rounded mb-2" >
<div class="" style="max-height: 400px; overflow-y: auto">
{!! File::get(public_path('pdf/mivita_contract_de.php')); !!}
@php($lang = \App::getLocale())
@if(File::exists(public_path('pdf/mivita_contract_'.$lang.'.php')))
{!! File::get(public_path('pdf/mivita_contract_'.$lang.'.php')); !!}
@else
{!! File::get(public_path('pdf/mivita_contract_en.php')); !!}
@endif
</div>
</div>