| Nama | Action |
|---|---|
| {{ $item->nama_usulan }} | {!! Form::open(['method' => 'DELETE','route' => ['setting_usulan.destroy', $item->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} |
| Nama | Action |
|---|---|
| {{ $item->nama_usulan }} | {!! Form::open(['method' => 'DELETE','route' => ['setting_usulan.destroy', $item->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!} |