{{-- 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 @if(is_array($item) && filled($item['step'] ?? null)) {{ $item['step'] }} @else — @endif {{ is_array($item) ? ($item['label'] ?? '') : '' }} @if (! is_array($item)) @elseif ($ok === true) 設定完了 @elseif ($ok === false) 未設定 @else @endif {{ $detail }}