43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<div class="modal-header">
|
||
@if(isset($modal) && $modal == true)
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
@endif
|
||
<h1 class="box-title m-b-0">{!! __('website.impress') !!}</h1>
|
||
</div>
|
||
|
||
<div class="modal-body">
|
||
|
||
<p> {!! __('website.contact_address') !!} <br>
|
||
{!! __('website.phone_number') !!} <br>
|
||
{!! __('website.email') !!}: {!! __('website.email_address') !!} <br></p>
|
||
|
||
<p><strong>{!! __('website.business_owner') !!}:</strong><br> {!! __('website.business_owner_value') !!}<br><br>
|
||
|
||
<strong>{!! __('website.registry_court') !!}:</strong><br> {!! __('website.registry_court_value') !!}<br><br>
|
||
|
||
<strong>{!! __('website.register_number') !!}:</strong><br> {!! __('website.register_number_value') !!}<br><br>
|
||
|
||
<strong>{!! __('website.VATID') !!}:</strong><br> {!! __('website.VATID_value') !!}<br></p>
|
||
<br>
|
||
<p><strong>{!! __('website.support_mivita') !!} :</strong><br>
|
||
|
||
{!! __('website.phone') !!}: <a
|
||
href="tel:{!! __('website.contact_number_link') !!}">{!! __('website.contact_number') !!}</a><br>
|
||
{!! __('website.email') !!}: <a
|
||
href="mailto:{!! __('website.email_address') !!} ">{!! __('website.email_address') !!} </a>
|
||
</p>
|
||
|
||
<br>
|
||
<p><strong>{!! __('website.note_on_use') !!}:</strong>
|
||
<br> {!! __('website.note_on_use_copy') !!}</p>
|
||
<br>
|
||
<strong>{!! __('website.online_dispute_resolution') !!}:</strong>
|
||
<br> {!! __('website.online_dispute_resolution_copy') !!} <a href="http://ec.europa.eu/consumers/odr/" target="_blank">http://ec.europa.eu/consumers/odr/</a>.
|
||
|
||
|
||
</div>
|
||
@if(isset($modal) && $modal == true)
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default waves-effect" data-dismiss="modal">{!!__('close')!!}</button>
|
||
</div>
|
||
@endif
|