added export and improved import
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
{!! Form::model($item, [
|
||||
'method' => 'PATCH',
|
||||
'files' => true,
|
||||
'url' => ['common/items', $item->id],
|
||||
'route' => ['items.update', $item->id],
|
||||
'role' => 'form'
|
||||
]) !!}
|
||||
|
||||
|
Reference in New Issue
Block a user