@include('flash::message')
@include('layouts.media_modal')
{!! Form::model($newsComment, ['route' => ['newsComments.update', $newsComment->id], 'method' => 'patch']) !!}
@include('news_comments.fields')
{!! Form::close() !!}