@php $heading = isset($blog_heading) ? strip_tags($blog_heading) : 'Your Gateway to the World: New Travel Articles'; $words = explode(' ', trim($heading)); $lastWord = array_pop($words); @endphp {{ implode(' ', $words) }} {{ $lastWord }}

{!! isset($blog_slogan) ? $blog_slogan : 'Your next adventure starts with the latest travel trends.' !!}

@foreach ($blogs as $blog) @endforeach
@if (!empty($blog_page)) @endif