@foreach($notices as $key => $reg) @if($key<=1)
@if($reg->image)
Post
@endif

{{ $reg->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($reg->content_long),300) }}

{{ $reg->date_show }}
@endif @endforeach