Retrieve details of a specific season
basePath:
resources/js/components/template/series/season-template.vue for the frontend implementation.
app/Http/Controllers/Api/SeasonController.php in the show methodshowId and seasonId are extracted from the route parameters/show/{showId}/season/{seasonId}app/Http/Controllers/Api/SeasonController.php: