belongsToMany('App\Models\Work_shift'); } public function orders() { return $this->hasMany('App\Models\Order'); } }