Browse Source

Fix 12months business 1Gbps get 3 fixed IP

hajar
Siti Hajar Ibrahim 4 years ago
parent
commit
e620597d94
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      resources/views/sales/form/dealer/business_package.blade.php

+ 8
- 1
resources/views/sales/form/dealer/business_package.blade.php View File

<div class="checkbox"> <div class="checkbox">
@if ($pg == "1Gbps") @if ($pg == "1Gbps")
@if ($city == "CYBERJAYA") @if ($city == "CYBERJAYA")
<label>
<label id= "ip1">
<input type="checkbox" name="ip" id="ip" value="Free 1 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 1 Fixed IP</p> <input type="checkbox" name="ip" id="ip" value="Free 1 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 1 Fixed IP</p>
</label> </label>
<label id="ip3" style="display:none">
<input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p>
</label>
@else @else
<label> <label>
<input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p> <input type="checkbox" name="ip" id="ip" value="Free 3 Fixed IP" checked> <p style="margin-bottom: 0px !important">Free 3 Fixed IP</p>
$('#OTC').show(); $('#OTC').show();
$('#OTC-side').show(); $('#OTC-side').show();
$('#otcVoice').show(); $('#otcVoice').show();
$('#ip3').show();
$('#ip1').hide();
document.getElementById('10off').checked = false; document.getElementById('10off').checked = false;
$('#10off').hide(); $('#10off').hide();
$('#10off1').hide(); $('#10off1').hide();
$('#OTC').hide(); $('#OTC').hide();
$('#OTC-side').hide(); $('#OTC-side').hide();
$('#otcVoice').show(); $('#otcVoice').show();
$('#ip1').show();
$('#ip3').hide();
document.getElementById('10off').checked = true; document.getElementById('10off').checked = true;
$('#10off').show(); $('#10off').show();
$('#10off1').show(); $('#10off1').show();

Loading…
Cancel
Save