image == null) { return null; } return \Storage::url('sliders/' . $this->image); } public function author() { return $this->belongsTo(User::class); } }