@extends('site_app') @if($tv_info->seo_title) @section('head_title', stripslashes($tv_info->seo_title).' | '.getcong('site_name')) @else @section('head_title', stripslashes($tv_info->channel_name).' | '.getcong('site_name') ) @endif @if($tv_info->seo_description) @section('head_description', stripslashes($tv_info->seo_description)) @else @section('head_description', Str::limit(stripslashes($tv_info->channel_description),160)) @endif @if($tv_info->seo_keyword) @section('head_keywords', stripslashes($tv_info->seo_keyword)) @endif @section('head_image', URL::to('/'.$tv_info->channel_thumb) ) @section('head_url', Request::url()) @section('content') @if(get_web_banner('details_top')!="")
@endif
{{trans('words.share_text')}}