@extends('layouts.main') @section('content')
parasite

{{ $tvshow['name'] }}

{{ $tvshow['vote_average'] }} | {{ $tvshow['first_air_date'] }} | {{ $tvshow['genres'] }}

{{ $tvshow['overview'] }}

@foreach ($tvshow['created_by'] as $crew)
{{ $crew['name'] }}
Creator
@endforeach
@if (count($tvshow['videos']['results']) > 0)
@endif

Cast

@foreach ($tvshow['cast'] as $cast)
actor1
{{ $cast['name'] }}
{{ $cast['character'] }}
@endforeach

Images

@foreach ($tvshow['images'] as $image) @endforeach
@endsection