6 lines
105 B
PHP
Executable File
6 lines
105 B
PHP
Executable File
<h4>{{ $page->getName() }}</h4>
|
|
|
|
<div class="terms-of-use__content">
|
|
{!! $page->getBody() !!}
|
|
</div>
|