@extends('common::prerender.base') @section('head') @include($seoTagsView ?? 'seo.track-page.seo-tags') @endsection @section('body')

{{ $track->name }}

{{ $track->name }} a song by {{$track->artists->first()?->name}} on {{ settings('branding.site_name') }}

@if ($image = $track->image ?: $track->album?->image) @endif @if($track->album) @endif @endsection