@if (count($posts))
{{-- Hero Post --}} @foreach ($posts->take(1) as $post)
@endforeach {{-- Hero Post --}}
@foreach ($posts->skip(1) as $post) @endforeach
@else

No posts found

@endif