Usuń wiązkę rzędów w Laravel
Comment::where('post_id',$id)->delete();
Mohammed Sabbar
Comment::where('post_id',$id)->delete();