I have a select that I fill the data with pluck, but then at the time of showing it in the view I do not know how to concatenate more values.
Driver :
public function lista(){
$productos = Productos::pluck('Codigo','Descripcion','PVP',...
asked by
13.09.2018 / 23:28