master
Rustem 2025-06-12 20:41:28 +05:00
parent 5ca3b2655f
commit 430e910afb
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ class MobileApiController extends Controller
foreach ($carsByColor as $carColor => $carsOfColor) {
$carColor = UniModel::model('pipi_auto_colors')->find($carColor);
dd($carsOfColor);
$colorPath = $path;
if ($carsOfColor->first()->photo_id) {
$photo = UniModel::model('core_files')->find($carsOfColor->first()->photo_id);