@extends('layouts.front.main') @section('title', __('frontWords.home')) @section('style') @endsection @section('content')

TUNE IT TO OPPORTUNITY

Popular Player
Enterprise Breakfast
Podcast and On-Demand

Popular Podcast

@if($podcasts->count() > 0) @foreach($podcasts as $podcast) @php $src = ''; $audios = ''; $songs = ''; $src = asset('/images/podcast/'.$podcast->image); $audios = json_decode($podcast->song_list); $songs = Modules\Audio\Entities\Audio::findOrFail($audios[0]); @endphp @endforeach @endif
Conversation

Only On Disrupt

@if($blogs->count() > 0) @foreach($blogs as $blog) @php $src = ''; $src = asset('/images/blogs/'.$blog->image); @endphp

{{ $blog->title }}

{!! $blog->detail !!}

@endforeach @endif

DARE TO DISRUPT

YOUR DAILY DOSE OFF ESSENTIAL LISTENING
DELIVERED DIRECT TO YOUR INBOX

{{ __('frontWords.featured').' '.__('frontWords.album') }}

@php if(sizeof($featured_album) > 0){ @endphp
@php foreach($featured_album as $album){ $artist_name = get_artist_name(['album_id'=>$album->id]); $getLikeDislikeAlbum = getFavDataId(['column' => 'album_id', 'album_id' => $album->id]); @endphp
@if($album->image != '' && file_exists(public_path('images/album/'.$album->image))) @else @endif

{{ $album->album_name }}

{{ rtrim($artist_name,',') }}

@php } @endphp
@php }else{ echo '

'.__("frontWords.no_album").'

'; } @endphp
@if(sizeof($testimonials) > 0)

{{ __('frontWords.testimonial') }} ({{ sizeof($testimonials) }})

@php foreach($testimonials as $testimonial){ @endphp
@if($testimonial->image != '' && file_exists(public_path('images/testimonial/'.$testimonial->image))) @else @endif

{{ $testimonial->client_name }}

{{ strtoupper($testimonial->designation) }}

{{ strip_tags($testimonial->detail) }}

{{ $testimonial->created_at->diffForHumans(date('Y-m-d h:i:s')) }}
@php } @endphp
@endif @endsection @section('script') @endsection