diff --git a/resources/views/partials/select-options.blade.php b/resources/views/partials/select-options.blade.php
index a222298..321df36 100644
--- a/resources/views/partials/select-options.blade.php
+++ b/resources/views/partials/select-options.blade.php
@@ -1,7 +1,7 @@
@if($options)
@foreach($options as $option)
-
@endforeach
@endif