hasMany(AccountModel::class, 'id', 'user_id'); } public function rekening() { return $this->hasMany(RekeningModel::class, 'id', 'is_account'); } public function getCreatedAtAttribute($value) { return date('Y-m-d H:i:s', strtotime($value)); } }