@php
$selectedTenures = old('allowed_tenures', $settings->allowed_tenures ?? []);
$availableTenures = [3,6,9,12,18,24,36,48];
@endphp
@foreach($availableTenures as $months)
@endforeach
Only selected tenures will be available on the client loan application page.