Edit Category
@if ($errors->any())
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::model($category, ['method' => 'PATCH','url' => route('portal.categories.update', $category)]) !!}
@include('admin.article.categories.partials.form', ['category' => $category])
{!! Form::close() !!}