@if($groups->has($group))
@foreach($groups[$group] as $setting)
@endforeach
@else
No settings in this group
@endif
@if($group === 'email')
Uses the SMTP settings above as currently saved in the database (save first if you just changed them).
@endif
@if($group === 'payment')
Verifies the Razorpay Key ID/Secret above (as currently saved) can authenticate with Razorpay's API.
@endif