| Tooth | Status | Surfaces | Conditions | Notes |
|---|---|---|---|---|
| {{ $code }} | {{ $t['status'] ?? 'present' }} | {{ implode('', $t['surfaces'] ?? []) }} | @foreach ($t['conditions'] ?? [] as $c) {{ $conditions[$c] ?? $c }}@if(!$loop->last), @endif @endforeach | {{ $t['notes'] ?? '' }} |
| Procedure | Tooth | Status | Estimate |
|---|---|---|---|
| {{ $item->label }} | {{ $item->tooth_code ?? '—' }} | {{ $item->status }} | {{ number_format($item->estimate_minor / 100, 2) }} |