Merged in feature/ansuran-specific-block (pull request #275)

added ansuran specific block
This commit is contained in:
Muhd hafifie
2025-05-11 02:10:44 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
<select class="form-control" id="sltjenistebus">
<option value="T">T = Penyelesaian Pembiayaan</option>
@if($gadai['tagbaru'] == 1)
@if(!in_array(Auth::user()->cawangan, config('redeemoption.cawangan_block', [])))
@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)