'array', 'is_required' => 'boolean', 'is_active' => 'boolean', 'sort_order' => 'integer', ]; protected $hidden = [ 'deleted_at', ]; public function template() { return $this->belongsTo(InterviewTemplate::class, 'interview_template_id'); } }