@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => array('admin/live_tv/add_edit_live_tv'),'class'=>'form-horizontal','name'=>'video_form','id'=>'video_form','role'=>'form','enctype' => 'multipart/form-data')) !!}

{{trans('words.live_tv_info')}}

{{trans('words.live_tv_thumb_url')}}

channel_url_type) AND $tv_info->channel_url_type!="HLS") style="display:none;" @endif>
(Supported : MP4, YouTube, Vimeo, HLS / m3u8 URL. If you are using external files then those files have to be CORS enabled otherwise they will not work.)


channel_url_type) AND $tv_info->channel_url_type!="Embed") style="display:none;" @endif @if(!isset($tv_info->channel_url_type)) style="display:none;" @endif>
(Supported : Embeded code only)
({{trans('words.recommended_resolution')}} : 800x450)
@if(isset($tv_info->channel_thumb))
video image
@endif

{{trans('words.seo')}}

{{trans('words.seo_keyword_note')}}
{!! Form::close() !!}
@include("admin.copyright")
@endsection