@if ($plan) Status: {{ ucfirst(str_replace('_', ' ', $plan->status)) }} · Estimate {{ $currency ?? 'GHS' }} {{ number_format($plan->estimate_minor / 100, 2) }} @else Create a plan by adding the first item. @endif
{{ $item->label }} @if ($item->tooth_code)· {{ $item->tooth_code }}@endif @if (! empty($item->surfaces))({{ implode('', $item->surfaces) }})@endif
Priority {{ $item->priority }} · {{ ucfirst($item->status) }} · {{ number_format($item->estimate_minor / 100, 2) }}