image_selfie != null) { return asset($this->image_selfie); } }); } public function fileStatementUrl(): Attribute { return Attribute::make(get: function () { if ($this->file_statement != null) { return asset($this->file_statement); } }); } public function fileAgreementUrl(): Attribute { return Attribute::make(get: function () { if ($this->file_agreement != null) { return asset($this->file_agreement); } }); } }