@include('commons.slideshow', ['slides' => $trending->slides])
@include('commons.channel', ['channels' => $trending->channels])
@include('commons.toolbar.song', ['trending' => true, 'type' => 'trending' , 'id' => null])
@include('commons.song', ['songs' => $trending->songs, 'element' => 'trending'])