20-02-2026
This commit is contained in:
parent
a8b395e20d
commit
a00c42e770
252 changed files with 28785 additions and 8907 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue