ubah entity category
This commit is contained in:
@ -88,7 +88,7 @@
|
||||
<select class="form-select form-select-sm " aria-label="Small select example" name="jenis_fasilitas">
|
||||
<option selected>Select Limit Type</option>
|
||||
@foreach ($data['limitReference'] as $item2)
|
||||
<option value="{{$item2->SHORT_NAME}}">{{$item2->SHORT_NAME}}</option>
|
||||
<option value="{{$item2->short_name}}">{{$item2->short_name}}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
@ -100,7 +100,7 @@
|
||||
<select class="form-select form-select-sm " aria-label="Small select example" name="jenis_rekening">
|
||||
<option selected>Select Account Type</option>
|
||||
@foreach ($data['Category'] as $item3)
|
||||
<option value="{{$item3->SHORT_NAME}}">{{$item3->SHORT_NAME}}</option>
|
||||
<option value="{{$item3->short_name}}">{{$item3->short_name}}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user