@extends('index') @section('content') @include('artist-management.nav', ['artist' => $artist])
@foreach($album->songs as $song)
@endforeach
@endsection