@csrf
@if($edit)
@else
@endif
@if(isset($news->image))
@else
@endif
@if($errors->has('news_category_id'))
{{$errors->first('news_category_id')}}
@endif
@if($errors->has('short_description'))
{{$errors->first('short_description')}}
@endif
@if($errors->has('long_description'))
{{$errors->first('long_description')}}
@endif