Create a new Group Savings

@if ($type === 'strict')

For strict savings, each member is required to save a fixed amount.

@else

For flexible savings, each member is required to save any amount of their choice to meet the target amount.

@endif
@if ($type === 'strict')
@endif @if ($type === 'flexible')
@endif
Create Group Savings