Merged in feature/enable-ansuran-lama (pull request #288)
enable ansuran lama
This commit is contained in:
@@ -90,10 +90,10 @@
|
|||||||
<div class="col-8">
|
<div class="col-8">
|
||||||
<select class="form-control" id="sltjenistebus">
|
<select class="form-control" id="sltjenistebus">
|
||||||
<option value="T">T = Penyelesaian Pembiayaan</option>
|
<option value="T">T = Penyelesaian Pembiayaan</option>
|
||||||
|
@if(!in_array(Auth::user()->cawangan, config('redeemoption.ansuran_block', [])))
|
||||||
|
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran Pembiayaan</option>
|
||||||
|
@endif
|
||||||
@if($gadai['tagbaru'] == 1)
|
@if($gadai['tagbaru'] == 1)
|
||||||
@if(!in_array(Auth::user()->cawangan, config('redeemoption.ansuran_block', [])))
|
|
||||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran Pembiayaan</option>
|
|
||||||
@endif
|
|
||||||
@if(config('redeemoption.enable_separuh') == 1)
|
@if(config('redeemoption.enable_separuh') == 1)
|
||||||
@if(!in_array(Auth::user()->cawangan, config('redeemoption.cawangan_block', [])))
|
@if(!in_array(Auth::user()->cawangan, config('redeemoption.cawangan_block', [])))
|
||||||
<option value="S">S = Sebahagian</option>
|
<option value="S">S = Sebahagian</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user