@if (count($errors) > 0)
{!! Form::close() !!}
Whoops! There were some problems with your input.
@endif
{!! Form::model($categories, ['method' => 'PATCH','route' => ['categories.update', $categories->id]]) !!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{!! Form::text('category', null, array('placeholder' => 'Category Name','class' => 'form-control form-control-sm')) !!}
Guidelines
Guidelines comes here.