first(); if(!empty($item)) { for ($i = 0; $i < 20; ++$i) { \App\Models\Content::create([ 'type' => $value, 'title' => $item->title, 'pic_url' => $item->pic_url, 'content' => $item->content, 'sort' => $item->sort ]); } } } } }