{{-- STEP 3: DB に保存した line_settings_last_check_result の各行(リロード後も表示) --}} @php $item = $item ?? null; $ok = is_array($item) ? ($item['ok'] ?? null) : null; $detail = is_array($item) ? trim((string) ($item['detail'] ?? '')) : ''; @endphp