added export and improved import

This commit is contained in:
denisdulici
2018-06-11 03:47:32 +03:00
parent c274d38f13
commit 3d68496145
35 changed files with 347 additions and 115 deletions

View File

@ -8,7 +8,7 @@
{!! Form::model($item, [
'method' => 'PATCH',
'files' => true,
'url' => ['common/items', $item->id],
'route' => ['items.update', $item->id],
'role' => 'form'
]) !!}