@extends("admin.admin_app") @section("content")
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif {!! 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>


channel_url_type) AND $tv_info->channel_url_type!="dash") style="display:none;" @endif @if(!isset($tv_info->channel_url_type)) style="display:none;" @endif>




channel_url_type) AND $tv_info->channel_url_type!="youtube") style="display:none;" @endif @if(!isset($tv_info->channel_url_type)) style="display:none;" @endif>


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>

channel_url_type)) style="display:block;" @endif @if(isset($tv_info->channel_url_type) AND $tv_info->channel_url_type!="hls") style="display:none;" @endif>Supported M3U8 URL

channel_url_type)) style="display:none;" @endif @if(isset($tv_info->channel_url_type) AND $tv_info->channel_url_type!="dash") style="display:none;" @endif>Supported MPD URL

channel_url_type)) style="display:none;" @endif @if(isset($tv_info->channel_url_type) AND $tv_info->channel_url_type!="embed") style="display:none;" @endif>Supported Embeded URL
Recommended: iframe width="100%" and height="100%"

channel_url_type)) style="display:none;" @endif @if(isset($tv_info->channel_url_type) AND $tv_info->channel_url_type!="youtube") style="display:none;" @endif>Supported Youtube Regular URL

({{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