@extends('frontend.layouts.client.index')
@section('content')
@if($tvInfo->stream_type == '.m3u8')
@else
{!! $embeded !!}
@endif
{{-- Start:: You May Also Like video --}}
@if (!$remainingTvInfo->isEmpty())
@foreach ($remainingTvInfo as $data)
@if (!empty($data->image))
 }}/uploads/tv/{{ $data->image }})
@else
 }}/uploads/no.jpeg)
@endif
{{ $data->name }}
Play Live
@endforeach
@endif
{{-- End:: You May Also Like video --}}
{{-- share modal --}}
{{-- report modal --}}
@endsection
@push('custom-js')
@endpush