update if data null

This commit is contained in:
2024-03-01 10:45:44 +07:00
parent e138e9553f
commit 7ff889919d

View File

@@ -865,7 +865,7 @@ class ClaimRequestController extends Controller
$payor = '-';
}
if ($requestLogData){
if (!$requestLogData->isEmpty()){
foreach($requestLogData as $key => $data){
$no++;
if ($key == 0){