@extends('layouts.theme') @section('custom-meta') @endsection @section('title',"$audio->title") @section('main-wrapper') @php $auth = Illuminate\Support\Facades\Auth::user(); $subscribed = null; $withlogin= $configs->withlogin; $catlog = $configs->catlog; @endphp
@if(isset($audio)) @if($audio->poster != null)
@else
@endif @endif
@if(isset($audio))

{{$audio->title}}


@if(Auth::check() && getSubscription()->getData()->subscribed == true) @if(Auth::check() && Auth::user()->is_admin == '1') {{__('Play Now')}} @else {{__('Play Now')}} @endif @endif

{{$audio->detail}}

@if($audio->thumbnail != null || $audio->thumbnail != '') genre-image @else genre-image @endif
@endif
@endsection @section('custom-script') @endsection