server ver
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<form id="commentForm" action="{{action('CommentController@store', ['id' => $video->id])}}" method="post">
|
||||
{!! csrf_field() !!}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
{!! Form::textarea('comment', null, ['placeholder' => 'Write comment...', 'class' => 'form-control', 'required' => 'required']) !!}
|
||||
</div>
|
||||
<div class="panel-footer"><button type="submit" class="btn btn-primary btn-sm">Send</button></div>
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user