@php $canManage = $canConsult ?? false; @endphp

Lab cases

Track crowns, bridges, dentures, and other lab work.

@if ($canManage)
@csrf

New lab case

Teeth

@foreach (array_merge($dentalRows['upper'] ?? [], $dentalRows['lower'] ?? []) as $code) @endforeach
@endif