From eba225a7c8abff90bf5e3bbdb9cb76ad2c14cb28 Mon Sep 17 00:00:00 2001 From: hafiz nugraha Date: Wed, 10 Jul 2024 00:31:22 +0800 Subject: [PATCH] bugs fixed options more than 1 --- resources/views/_options.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/_options.blade.php b/resources/views/_options.blade.php index b2a20e1..3d2e71d 100644 --- a/resources/views/_options.blade.php +++ b/resources/views/_options.blade.php @@ -1,5 +1,5 @@ public $options = [ @foreach($fields as $column) - '{{$column['column']}}' => [] + '{{$column['column']}}' => [], @endforeach ]; \ No newline at end of file