$('.product-image').slick('unslick').slick('reinit');
protected $table = 'posts';
namespace App;
use Illuminate\Database\Eloquent\Model;
use TCG\Voyager\Traits\Resizable;
class Blog extends Model
{
use Resizable;
protected $table = 'posts';
protected $fillable = [
'title', 'seo_title', 'category_id', 'author_id', 'excerpt',
'body', 'image', 'slug', 'meta_description', 'meta_keywords',
'status', 'featured', 'created_at', 'updated_at'
];
}
Blog::orderBy('created_at', 'desc')->paginate(5)
$posts = DB::table('posts')
Потому что идет обращение к несуществующим элементам pos18 и pos19, а чекбоксы имеют другие имена.
ни js, ни jquery я не знаю