revmitcz wrote a comment+100 XP
3w 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>