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