@extends('layouts.front.main') @section('title', __('frontWords.album_single')) @section('content') @if($artist->count() > 0) @php $programPlaylist = []; $sharePath =route('presenters_view',array('slug' => $artist->artist_slug)); $shareslug = $artist->artist_slug; @endphp;
@endif {{--{{ __('frontWords.by') }} - {{ $artist_name != '' ? rtrim($artist_name,',') : '' }}