@extends('layouts.app') @section('content')

Comments

@include('adminlte-templates::common.errors')
{!! Form::model($comments, ['route' => ['comments.update', $comments->id], 'method' => 'patch']) !!} @include('comments.fields') {!! Form::close() !!}
@endsection