@php $blogs = $blogs ?? []; @endphp
{{ translate( 'Latest Blogs' ) }}

{{ translate( 'My Latest Insights & Articles' ) }}

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