hasOne('App\Models\WaiterTables','table_id','id'); } public function orders(){ return $this->hasMany('App\Models\Orders','table_id','id'); } }