привет помогите как сделать такой запрос в laravel с eloquent
select * from dtb_action where action_id IN ( select action_id from dtb_scenario_join_action where scenario_id IN ( select scenario_id from dtb_scenario_join_material where material_id IN ( select material_id from dtb_material_join_content where content_id IN ( select content_id from dtb_content where content_cd = '01' ) and deleted_at is null ) and deleted_at is null ) and deleted_at is null ) and deleted_at is null