@extends('admin.layouts.master') @section('title', __('add_new_live_tv')) @section('content')

{{ __('update_live_tv') }}

@csrf

{{ __('live_tv_information') }}

{{ $errors->first('tv_name') }}

{{ $errors->first('slug') }}

{{ $errors->first('description') }}

{{ $errors->first('country') }}

{{ $errors->first('category') }}

status > 0 ? 'checked' : '' }} class="sandbox_mode">
featured > 0 ? 'checked' : '' }} class="sandbox_mode">

{{ __('thumbnail') }}

thumbnail

{{ __('stream_urls') }}

{{ $errors->first('stream_from') }}

{{ $errors->first('stream_label') }}

{{ $errors->first('stream_url') }}

{{ $errors->first('stream_from1') }}

{{ $errors->first('stream_label1') }}

{{ $errors->first('stream_url1') }}

{{ $errors->first('stream_from2') }}

{{ $errors->first('stream_label2') }}

{{ $errors->first('stream_url2') }}

{{ __('seo_and_marketing') }}

{{ $errors->first('seo_title') }}

{{ $errors->first('meta_description') }}

{{ $errors->first('focus_keyword') }}

({{ __('use_comma_to_separate_focus_keyword') }})

{{ $errors->first('tags') }}

({{ __('use_comma_to_separate_tags') }})

@endsection @push('js') @endpush