@extends('admin.layouts.master') @section('title', __('add_new_live_tv')) @section('content')
{{ $errors->first('tv_name') }}
{{ $errors->first('slug') }}
{{ $errors->first('description') }}
{{ $errors->first('country') }}
{{ $errors->first('category') }}
{{ $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') }}
{{ $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') }})