А
Size: a a a
А
M
VY
M
ЕК
M
VY
VY
M
M
M
M
VY
M
VY
M
V
Д
$res = $user->table1()->with(["table2.table3"=>function($query){Нужно что то типо такого:
$query->with("table4");
}])->get();
$res = $user->table1()->with(["table2.table3"=>function($query){
$query->with(["table4"=>function($query){
$query->where("table1_id","table1.id");
}]);
}])->get();
Д
Д