belongsTo('App\Models\Master\Instansi','instansi_id'); } function user() { return $this->belongsTo('App\Models\User','created_by'); } function template() { return $this->belongsTo('App\Models\Master\Template','template_id'); } }