Summer Sale! All accounts are 50% off this week.

revmitcz's avatar

revmitcz wrote a comment+100 XP

2mos ago

Laravel From Scratch (2026 Edition): Ep 28, Idea Cards

For anyone having trouble using the suggested code snippets in this comment section for your status label and not getting the IdeaStatus Enum to pass through correctly, you just need to use a bound prop.

So, the code in index.blade.php would be :

<x-idea.status-label :status="$idea->status">{{ $idea->status->label() }}</x-idea.status-label>