Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ddoddsr's avatar

Add an Image to a Nova resource from a different Resourcs

I have a resource "Tickets" that has an attached "User" BelongsTo::make(__('User'), 'user', 'App\Nova\User'),

User has an image, "profile_picture" that I would like to display on the ticket resource, in the ticket index and on the ticket detail

I will save the profile_picture in a field named user_image on the ticket for a different process

How Can I display the tickets user_image ?

0 likes
0 replies

Please or to participate in this conversation.