@foreach ($tops as $top)

{{ $top['label'] }}

    @foreach ($top['data'] as $movie)
  • {{ $movie->name }}

    {{ $movie->getRatingStar() }}
  • @endforeach
@endforeach