@extends('frontLayout.frontlayout') @section('content') @include('frontend.creators.partials.publicHeader')
@if(!empty($freeListing->items()) && $freeListing->items())
@include('frontend.creators.loops.listenLoop', ["listing" => $freeListing, "type" => 'free','activePlanFeatures' => false])
@include('admin.partials.pagination', ["pagination" => $freeListing]) @else
@endif
@if($id)
@if(!empty($paidListing->items()) && $paidListing->items())
@include('frontend.creators.loops.listenLoop', ["listing" => $paidListing, "type" => 'paid','activePlanFeatures' => $activePlanFeatures])
@include('admin.partials.pagination', ["pagination" => $paidListing]) @else
@endif
@else
Please sign in first to listen audios!
Sign In
..
@endif
@include('frontend.creators.partials.publicSidebar')
@include('frontend.creators.partials.publicFooter') @include('frontend.creators.partials.publicShare') @include('frontend.creators.detail.modals.listen') @endsection