@extends('index') @section('pagination') @include('commons.song', ['songs' => $mood->songs, 'element' => 'genre']) @stop @section('content') {!! Advert::get('header') !!}
@include('commons.slideshow', ['slides' => $slides, 'style' => 'featured']) @include('commons.channel', ['channels' => $channels]) @include('commons.toolbar.song', ['type' => 'mood', 'id' => $mood->id])
@yield('pagination')
{!! Advert::get('footer') !!} @endsection