@extends('admin.layouts.master') @section('title', __('add_new_tv_show')) @section('content')
{{ $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') }}
{{ $errors->first('trailer_youtube_source') }}
{{ $errors->first('rental_type') }}
{{ $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') }})