From fff74f2e854cbd6391f38a2f1d977477bfa099b3 Mon Sep 17 00:00:00 2001 From: Crisciany Date: Tue, 6 Aug 2024 14:39:48 -0400 Subject: [PATCH] show values on input Signed-off-by: Crisciany --- source/contributing.blade.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/source/contributing.blade.php b/source/contributing.blade.php index 2feedff1..4bb3226f 100644 --- a/source/contributing.blade.php +++ b/source/contributing.blade.php @@ -67,10 +67,10 @@
@foreach($page->donateValues as $option) - @foreach($option['value'] as $item) + @foreach($option['value'] as $item => $value) @endforeach @@ -78,13 +78,13 @@
- + @@ -142,4 +142,12 @@
- \ No newline at end of file + + + \ No newline at end of file