Numbering rows

I'm new to laravel and filament, but find i'm a bit stumped on this. With traditional PHP i would create a counter and output in my loop or use mysql's ROW_NUMBER.

What is the best way to do this? I couldn't find a built in function within filament.
Was this page helpful?