@if ($page->children->count() > 0) @php $firstPage = $page->children[3]; $words = explode(' ', $firstPage->title); $last_word = array_pop($words); $new_title = implode(' ', $words); @endphp