This commit is contained in:
Dwi Swandhana
2026-08-01 20:44:49 +07:00
parent d5f6f2812c
commit 19c3e0b6d4
@@ -1646,7 +1646,7 @@ class FrontpageController extends Controller
$tahuncari = date("Y"); $tahuncari = date("Y");
$noloketsaja = explode('-', $nofoto); $noloketsaja = explode('-', $nofoto);
$noloket = $noloketsaja[1] ?? 0; $noloket = $noloketsaja[1] ?? 0;
$noloket = int($noloket); $noloket = (int)$noloket;
$code_poli = 'Mikrobiologi'; $code_poli = 'Mikrobiologi';
$dlp = ''; $dlp = '';
$check = Poli::where('subpoli', $rekues)->first(); $check = Poli::where('subpoli', $rekues)->first();