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