@extends('front.layouts.front') @section('content')

{{ $channel->name }}

{{ $channel->description }}

{{--
Languages

{{ $channel->language }}

--}} {{--
Channel URL

{{ $channel->logo }}

--}}

Playlist

@foreach ($channeltitle as $key => $channel) @endforeach
@endsection @section('script') @endsection