@php($i=0) @foreach($allPost as $post) @if($post->status == 1)

{!! $post->preface !!}

{{ $post->post_name }}

@foreach($post->tag as $tags)
{{$tags->title}} @endforeach
@endif @php($lastid = $post->id) @php($i++) @endforeach @if($i>3)
@endif