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

{{ __('edit_tv_show') }}

@csrf

{{ __('tv_show_information') }}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

status == 1 ? 'checked' : '' }} id="status" class="sandbox_mode">
enable_download == 1 ? 'checked' : '' }} value="1" id="enable_download" class="sandbox_mode">
is_original == 1 ? 'checked' : '' }} id="is_original" class="sandbox_mode">
is_featured == 1 ? 'checked' : '' }} id="is_featured" class="sandbox_mode">
is_blockbuster == 1 ? 'checked' : '' }} id="is_blockbuster" class="sandbox_mode">
is_recommended == 1 ? 'checked' : '' }} id="is_recommended" class="sandbox_mode">
is_real_life_story == 1 ? 'checked' : '' }} id="is_real_life_story" class="sandbox_mode">
is_popular == 1 ? 'checked' : '' }} class="sandbox_mode">

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

{{ __('poster_and_thumbnail') }}

thumbnail

poster

{{ __('monetization_and_revenue') }}

{{-- Free Access --}}
is_free) ? 'checked' : '' }} class="access-control">
{{-- Rental Access --}}
is_rental) ? 'checked' : '' }} class="access-control">
{{-- Rental Fields --}}

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

{{ __('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') }})

email_notify == 1 ? 'checked' : '' }} id="email_notify" class="sandbox_mode">
@endsection @push('js') @include('admin.tv_show.partials.imdb_rating_input_script') @endpush