Laravel ne reçoit que les identifiants d'un tableau éloquent
$post_ids = Post::pluck('id')->toArray();
Akash
$post_ids = Post::pluck('id')->toArray();