@extends('frontend::layouts.master') @section('content')
@include('frontend::components.section.thumbnail', ['data' => $data['server_url'] ,'type'=>$data['stream_type'],'thumbnail_image'=>$data['poster_image'],'dataAccess'=>$data['access']])

{{ $data['name'] }}

{!! $data['description'] !!}

@if(!empty($suggestions))

{{__('frontend.suggested_channels')}}

@foreach($suggestions as $suggested) @endforeach
@endif
@endsection