diff --git a/resources/views/partials/asset-bulk-actions.blade.php b/resources/views/partials/asset-bulk-actions.blade.php new file mode 100644 index 000000000..4a24a34ce --- /dev/null +++ b/resources/views/partials/asset-bulk-actions.blade.php @@ -0,0 +1,22 @@ +
+ {{ Form::open([ + 'method' => 'POST', + 'route' => ['hardware/bulkedit'], + 'class' => 'form-inline', + 'id' => 'bulkForm']) }} + + + + + + + {{ Form::close() }} +
\ No newline at end of file