@extends('frontend::layouts.master') @section('title') {{ $data['name'] }} @endsection @section('content')
@include('frontend::components.card.card_castcrewdetail', [ 'data' => $data, 'movieCount' => $movieCount, 'tvshowCount' => $tvshowCount, 'averageRating' => $averageRating, 'topGenres' => $topGenres, ])
@if ($more_items != null)
{{ __('frontend.cast_movies_tvshows') }} {{ $data['name'] }}
@for ($i = 0; $i < 5; $i++)
@include('components.card_shimmer_movieList')
@endfor
@endif @endsection