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

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

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

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

{{ __('poster_and_thumbnail') }}

thumbnail

poster

{{ __('monetization_and_revenue') }}

{{-- Free Access --}}
{{-- Rental Access --}}
{{-- 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') }})

@endsection @push('js') @include('admin.tv_show.partials.imdb_rating_input_script') @endpush