@extends('frontend::layouts.master') @section('content')

{{ $data['name'] }}

@include('frontend::components.card.card_castcrewdetail',['data' => $data])
@if($more_items !=null)
{{__('frontend.cast_movies_tvshows')}} {{ $data['name'] }}
@for ($i = 0; $i < 5; $i++)
@include('components.card_shimmer_movieList')
@endfor
@endif @endsection