@foreach ($books as $item)

{{$item['name']}}

{{$item['category_name']}}{{$item['status']==1?"完结":"连载中"}}

字数:{{$item['size']}}

最新:{{$item['last_chapter']}} @if ($item['is_vip']) @endif

@endforeach