- Originaltitel
- {{ $tfilm['original_title'] }}
- Erschienen
-
{{ \Carbon\Carbon::parse($tfilm['release_date'])->format('d.m.Y')}} -
@foreach($tfilm['production_countries'] as $pc)
{{$pc['iso_3166_1']}}
@endforeach
@foreach($tfilm['production_companies'] as $pc)
- {{$pc['name']}}
@endforeach
- Genre
-
@foreach($tfilm['genres'] as $g)
{{$g['name']}}
@endforeach
- Bewertung
- {{ $tfilm['vote_average']}} von 10
@if($film->getBewertung() > 0)
- Eigene Bewertung
-
{{$film->getBewertung()}}
@endif
@for($i = 0; $i < 3 && $i < count($cast['crew']); $i++)
- {{$cast['crew'][$i]['job']}}
- {{$cast['crew'][$i]['name']}}
@endfor
- Inhalt
- {{ nl2br($tfilm['overview']) }}
@for($i = 0; $i < 10 && $i < count($cast['cast']); $i++)
{{$cast['cast'][$i]['character']}}
@if($i % 2 == 1)
@endif
@endfor
@foreach($trail['youtube'] as $yt)
@endforeach