I am new to Laravel and need to return the client name in the View orders, currently it is only taking the ID
Classes
class Ordem extends Model
{
protected $fillable =['id','cliente_id','valor','data','problema',];
public functi...
asked by
25.11.2018 / 00:18