imbang duga koperasi
This commit is contained in:
@@ -518,7 +518,7 @@ class PenebusanController extends Controller
|
|||||||
'nilai_marhun' => $array1['n_marhun'],
|
'nilai_marhun' => $array1['n_marhun'],
|
||||||
'tag_permata' => $array1['tag_permata'],
|
'tag_permata' => $array1['tag_permata'],
|
||||||
'berat_batu_permata' => $array1['berat_batu_permata'],
|
'berat_batu_permata' => $array1['berat_batu_permata'],
|
||||||
'jenisAT' => $request->jenisAT
|
'jenisAT' => $request->jenisAT,
|
||||||
'kuantiti' => $array1['bil']
|
'kuantiti' => $array1['bil']
|
||||||
])->json();
|
])->json();
|
||||||
}
|
}
|
||||||
@@ -686,7 +686,7 @@ class PenebusanController extends Controller
|
|||||||
'harga' => $array1['harga'],
|
'harga' => $array1['harga'],
|
||||||
'tag_permata' => $array1['tag_permata'],
|
'tag_permata' => $array1['tag_permata'],
|
||||||
'berat_batu_permata' => $array1['berat_batu_permata'],
|
'berat_batu_permata' => $array1['berat_batu_permata'],
|
||||||
'nilai_marhun' => $array1['n_marhun']
|
'nilai_marhun' => $array1['n_marhun'],
|
||||||
'kuantiti' => $array1['bil']
|
'kuantiti' => $array1['bil']
|
||||||
])->json();
|
])->json();
|
||||||
|
|
||||||
|
|||||||
@@ -142,6 +142,9 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<a href="{{ route('laporan.notisperingatan') }}" class="btn btn-dark btn-lg btn-block mb-3 custom-btn">Notis Peringatan</a>
|
<a href="{{ route('laporan.notisperingatan') }}" class="btn btn-dark btn-lg btn-block mb-3 custom-btn">Notis Peringatan</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<a href="{{ route('laporan.imbangduga') }}" class="btn btn-dark btn-lg btn-block mb-3 custom-btn">Imbang Duga</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user