K
Size: a a a
AP
ЕК
K
AP
VY
return InfoSection::with('translates')->find($infoSectionId)
->load(['markets' => function ($query) {
$query->with('locale');
},
'countries' => function ($query) {
$query->with('currentTranslate');
},
'periods']);
КШ
КШ
D
return InfoSection::with('translates')->find($infoSectionId)
->load(['markets' => function ($query) {
$query->with('locale');
},
'countries' => function ($query) {
$query->with('currentTranslate');
},
'periods']);
VY
AP
return InfoSection::with('translates')->find($infoSectionId)
->load(['markets' => function ($query) {
$query->with('locale');
},
'countries' => function ($query) {
$query->with('currentTranslate');
},
'periods']);
AP
AP
И
И
И
AP