mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix edit-item in the dashboard
This commit is contained in:
parent
d352bfc78b
commit
bcb11e1b33
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
@foreach($columns as $column)
|
||||
@set('value', empty($col_name) ? '' : $item[$column['name']])
|
||||
@set('value', $item[$column['name']])
|
||||
|
||||
@if($column['type'] == 'hidden')
|
||||
<input class="text-input" type="hidden" name="{{ $column['name'] }}" id="{{ $column['name'] }}" value="{{ $value }}" />
|
||||
|
|
Loading…
Reference in a new issue