diff --git a/resources/views/blade/input/select.blade.php b/resources/views/blade/input/select.blade.php
index c96b5e177..9ddbbd6d7 100644
--- a/resources/views/blade/input/select.blade.php
+++ b/resources/views/blade/input/select.blade.php
@@ -17,7 +17,7 @@
{{-- map the simple key => value pairs when nothing is passed in via the slot --}}
@if($slot->isEmpty())
@foreach($options as $key => $value)
-
+
@endforeach
@else
{{ $slot }}