'array', 'advance_enabled' => 'boolean', 'commission_enabled' => 'boolean', 'salary_reminder_enabled' => 'boolean', 'document_expiry_enabled' => 'boolean', ]; public function branch() { return $this->belongsTo(Branch::class); } public function documents() { return $this->hasMany(StaffDocument::class); } }