belongsTo('App\Models\Waiters','waiter_id','id'); } public function tables(){ return $this->belongsTo('App\Models\RestoTables','table_id','id'); } }