img == null || $this->img == '') { return asset('/images/logo.png'); } else { return \Storage::url('langz/' . $this->img); } } }