file == null) { return asset('/assets/upload/logo.svg'); } return \Storage::url('attachments/' . $this->file); } public function tempUrl() // WIP { if ($this->file == null) { return asset('/assets/upload/logo.svg'); } return \Storage::url('attachments/' . $this->file); } }