Apr 14, 2022
0
Level 5
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 ?
Please or to participate in this conversation.