@props(['is_gallery' => null]) {{--

@php $words = explode(' ', $title); if (count($words) > 1) { $words[1] = '' . $words[1] . ''; } echo implode(' ', $words); @endphp

--}}
{{-- {{ $page->title }} --}}

{!! $page->short_title !!}

@if (isset($page->short_description))

{!! $page->short_description !!}

@elseif(isset($page->description))

{!! $page->description !!}

@endif
@if ($is_gallery)
@foreach ($page->gallery_image->where('on_cover')->take(4) as $gallery)
{{ $gallery->alt }}
@endforeach
@endif