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)
- {{ $item }} + {{ $value }}
@endforeach @@ -78,13 +78,13 @@
- + @@ -142,4 +142,12 @@
- \ No newline at end of file + + + \ No newline at end of file