@if ($page)

{!! $page->title !!}

{!! Str::words(strip_tags($page->content), 90, ' ...') !!} {!! __('More') !!}

@endif