@if (!empty($headBlog)) @endif @if (!empty($newsBlog)) @endif
@if (!empty($headBlog))

{{ $headBlog['bannerBlogLanguages'][0]['title'] ?? '' }}

{!! $headBlog['bannerBlogLanguages'][0]['description'] ?? '' !!} @endif @if (!empty($newsBlog))

{{ $newsBlog['blogLanguages'][0]['title'] ?? '' }}

{!! $newsBlog['blogLanguages'][0]['description'] ?? '' !!} @endif

Other Recent Post

@if (!empty($recentBlogs)) @foreach ($recentBlogs as $itemRecentBlogs)
{{ $itemRecentBlogs['date'] ?? '' }}

{{ $itemRecentBlogs['bannerBlogLanguages'][0]['title'] ?? '' }}

{!! substr($itemRecentBlogs['bannerBlogLanguages'][0]['description'], 0, 80) !!} ...

{{ $itemRecentBlogs['author'] }}

@endforeach @endif @if (!empty($newsrecentBlogs)) @foreach ($newsrecentBlogs as $itemnewsrecentBlogs)
{{ $itemnewsrecentBlogs['date'] ?? '' }}

{{ $itemnewsrecentBlogs['blogLanguages'][0]['title'] ?? '' }}

{!! substr($itemnewsrecentBlogs['blogLanguages'][0]['description'], 0, 80) !!} ...

{{ $itemnewsrecentBlogs['author'] }}

@endforeach @endif