@extends('index') @section('content') @include('homepage.nav')
@include('commons.slideshow', ['slides' => $trending->slides]) @include('commons.channel', ['channels' => $trending->channels]) @include('commons.toolbar.song', ['trending' => true, 'type' => 'trending' , 'id' => null])
@endsection