@foreach ($amounts as $index => $amount)
@if ($amount)
@php
$inputId = 'gift-amount-' . $index;
@endphp
@endif
@endforeach
--}}
@foreach ($amounts as $index => $amount)
@if ($amount)
@php
$inputId = 'gift-amount-' . $index;
@endphp
first ? 'required' : '' }}>
@endif
@endforeach