diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index c83a42abf..f5e8b31f6 100755 --- a/resources/views/hardware/edit.blade.php +++ b/resources/views/hardware/edit.blade.php @@ -138,12 +138,16 @@ @if ($item->image)
- -
- {{ Form::checkbox('image_delete'),array('class' => 'minimal') }} - - {!! $errors->first('image_delete', ':message') !!} -
+ +
+ +
+ +
+
@endif