@if($listnews != null && count($listnews) > 0)
@php
$i = 0;
@endphp
@foreach($listnews as $item)
@php
$i ++;
@endphp
@if($i > 1)
@endif
@endforeach
@endif
{{ $item->title }}
{{ $item->post_excerpt }}