new list design

This commit is contained in:
denisdulici
2017-10-07 14:41:10 +03:00
parent bcc0606e09
commit e2744b46d2
5 changed files with 74 additions and 20 deletions

View File

@ -51,6 +51,10 @@ class FormServiceProvider extends ServiceProvider
'item', 'url', 'text' => '', 'value' => 'name', 'id' => 'id',
]);
Form::component('deleteLink', 'partials.form.delete_link', [
'item', 'url', 'text' => '', 'value' => 'name', 'id' => 'id',
]);
Form::component('saveButtons', 'partials.form.save_buttons', [
'cancel', 'col' => 'col-md-12',
]);