Код: Выделить всё
public function getFormatosArticulo(Articulo $articulo){
$formatoRaw = Formato::where('articulo_id', '=', $articulo->id)->get();
dd($formatoRaw[0]);
$formato = $formatoRaw[0];
return $formato;
}
Подробнее здесь: https://stackoverflow.com/questions/753 ... h-dd-works
Мобильная версия