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