{{-- big news block --}}
@foreach ($posts as $post) @if ($loop->first) @include('components.big-card', compact('post', 'category')) @else @include('components.category-list', compact('post', 'category')) @endif @endforeach
{{$posts->links()}}
@include('components.block-title', ['title' => 'जरूरी खबरें']) @foreach ($posts->take(3) as $title => $post) @include('components.small-post-block', compact('post')) @endforeach
@include('components.block-title', ['title' => 'ट्रेंडिंग गैलरी']) @foreach ($posts->take(1) as $title => $post) @include('components.big-card', compact('post')) @endforeach