belongsTo(Post::class); } public function getImageUrlAttribute(): string { return asset('storage/post_images/' . $this->filename); } }