@foreach($data->children as $article) @if($loop->index==0) @if($article->image)
img
@endif

{{$article->title}}

{!!$article->remarks!!}

{{$article->intro}}

{!!$article->details!!}

@else @if($article->image)
img
@endif

{{$article->title}}

{{$article->intro}}

{!!$article->details!!}

@endif @endforeach