How to pass Entry id into ViewField
I want do something like this in my resource:
What's the best way to pass my model id into the view?
2 Replies
From the docs:
https://filamentphp.com/docs/2.x/forms/fields#view
I am just not sure how I can access the model data in my blade view.