АВ
Size: a a a
АВ
l
АВ
АВ
АВ
АВ
АВ
D
l
АВ
АВ
l
public function showBrand(Brand $brand)Model Brand:
{
$parts = $brand->getParts();
$cars = $brand->getCars();
}
public function getParts()
{
return DB::table('parts')->join('categoris')->join('types')->join('cars')->where('cars.brand_id', $this->id)
}
АВ
public function showBrand(Brand $brand)Model Brand:
{
$parts = $brand->getParts();
$cars = $brand->getCars();
}
public function getParts()
{
return DB::table('parts')->join('categoris')->join('types')->join('cars')->where('cars.brand_id', $this->id)
}
AG
RK
AG
PL
DZ
ORDER BY COALESCE(
rating,
-9999999) ASC
PL
PL