20 lines
560 B
PHP
20 lines
560 B
PHP
<div class="center padding-lg">
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h3 class="primaryColor">{!! __('headlines.help') !!}</h3><br /><br />
|
|
{!! __('text.not_found_helper_content_simple') !!}
|
|
<br /><br />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<x-global::forms.button tag="a" link="javascript:void(0);" onclick="jQuery.nmTop().close()" contentRole="tertiary">{!! __('links.close') !!}</x-global::forms.button><br />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|