Repeater Fields to TextColumn

Hi, I have a Repeater with one field stage_name and I need to display it in table but when I display it shows all stages name how to show only the last stage name?
Thank you!
Solution
Thank you guys for all answers I just solved with Laravel Attribute (Casts) function and made all logic inside and it works perfectly.
Was this page helpful?