@include('commons.song', ['songs' => $album->songs, 'element' => 'genre'])
@extends('index') @section('content') @include('album.nav', ['album' => $album]) {!! Advert::get('header') !!}
{{ $album->description }}
Comments are turned off.
@endif