diff --git a/src/resources/views/public/index.blade.php b/src/resources/views/public/index.blade.php index 713c078..0b612a7 100644 --- a/src/resources/views/public/index.blade.php +++ b/src/resources/views/public/index.blade.php @@ -4,7 +4,7 @@ @section('content') - {!! $page->present()->body !!} +
{!! $page->present()->body !!}
@include('files::public._documents', ['model' => $page]) @include('files::public._images', ['model' => $page])