From bc3f236b86c827fe3c9abba9cb41d7fabcb2507e Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 13 Jan 2025 15:38:45 -0800 Subject: [PATCH] Weaken comparsion so string and int keys match --- resources/views/blade/input/select.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}