Hi I am Looking for a way to create a series crud grid.
Each series will have a genre or multiple genres and seasons, for each season i will have a list of episodes.
Not sure what a crud grid is but it sounds like you're explaining that you need to have a basic crud app. Where you have Genres, Seasons and Episodes as resources with some relations.
To build a basic crud app is not a major issue.
the issue is that i need to build a tree grid - episodes to each series
for that i need to use some kind of javascript library/ framework integrated with laravel