belongsTo(User::class); } // Accessor for full URL public function getUrlAttribute() { return asset('storage/' . $this->file_path); } }