@include('admin::error') {!! Form::model($category,['route'=>['dashboard.category.update',$category],'method'=>'put','files'=>true]) !!} @include('admin::category.fields')
{!! Form::close() !!}