@extends('layouts/frontend/master', ['activePage' => 'insights', 'page' => 'Insights', 'subActive' => '']) @section('seometa') {!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLd::generate() !!} @endsection @section('content')
@if($recent_posts->isNotEmpty()) @php $post = $recent_posts->first(); @endphp @else
No posts available in this insight.
@endif

Featured Posts


Latest

View More
@if($posts->isNotEmpty()) @foreach($posts as $post) @endforeach @else
No posts available in this insight.
@endif
{{ $posts->links() }}

Explore expert insights and practical tips to help your brand shine across every channel.

@endsection