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

Editar comentario

{!! Form::model($comments,['route' => ['comment.update',$comments->id], 'method' => 'PUT','files' => true,'enctype'=>'multipart/form-data', 'class' => 'm-form m-form--fit m-form--label-align-right']) !!} @include('sellers.comment_form') {!! Form::close(); !!}
@endsection @section('scripts') @endsection