- {{ Form::open([
- 'method' => 'POST',
- 'route' => ['hardware/bulkedit'],
- 'class' => 'form-inline',
- 'id' => 'bulkForm']) }}
+
+ @include('partials.asset-bulk-actions')
+
diff --git a/resources/views/hardware/index.blade.php b/resources/views/hardware/index.blade.php
index d4bd6fc88a..094c9fc1be 100755
--- a/resources/views/hardware/index.blade.php
+++ b/resources/views/hardware/index.blade.php
@@ -62,27 +62,10 @@
@if (Request::get('status')!='Deleted')
-
-
-
-
- {{ Form::open([
- 'method' => 'POST',
- 'route' => ['hardware/bulkedit'],
- 'class' => 'form-inline',
- 'id' => 'bulkForm']) }}
-
-
-
-
-
-
- {{ Form::close() }}
-
+
+
+
+ @include('partials.asset-bulk-actions')
@endif
diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php
index 90b100ee41..87eaf7c1ae 100644
--- a/resources/views/locations/view.blade.php
+++ b/resources/views/locations/view.blade.php
@@ -23,6 +23,7 @@
+
+
+
+ @include('partials.asset-bulk-actions')
+
+ @include('partials.asset-bulk-actions')
+