@if (!is_null($job->restorationType)) @endif @if (!is_null($job->bridgeIsAllOnX)) @endif @if (!is_null($job->toothNumber)) @endif @if (!is_null($job->material)) @endif @if (!is_null($job->materialProduct)) @endif @if (!is_null($job->includeLithiumDisilicateSintering)) @endif @if (!is_null($job->shade)) @endif @if (!is_null($job->addBlocker)) @endif @if (!is_null($job->bridgeAllOnXPreSinteredTissueShading)) @endif @if (!is_null($job->includeGoldAnodizing)) @endif @if (!is_null($job->includeTibase)) @endif @if (!is_null($job->includeAssembly)) @endif @if (!is_null($job->includeStainingAndGlazing)) @endif @if (!is_null($job->includeHybridAbutmentBonding)) @endif @if (!is_null($job->includeDesigning)) @endif @if (!is_null($job->bridgeNumberOfUnits)) @endif @if (!is_null($job->bridgeToothNumbers)) @endif @if (!is_null($job->implant)) @endif @if (!is_null($job->tibaseType)) @endif @if (!is_null($job->bridgeIsScrewRetained)) @endif @if (!is_null($job->threeDimensionalModelType)) @endif @if (!is_null($job->threeDimensionalModelArchType)) @endif @if (!is_null($job->threeDimensionalModelSize)) @endif @if (!is_null($job->threeDimensionalModelIncludeBitePins)) @endif @if (!is_null($job->threeDimensionalModelIncludeExtraSeparateDies)) @endif @if (!is_null($job->threeDimensionalModelIncludeVertexArticulator)) @endif @if (!is_null($job->threeDimensionalModelNote)) @endif @if (!is_null($job->barNote)) @endif @if (!is_null($job->restorationType)) @endif @if (!is_null($job->bridgeIsAllOnX)) @endif @if (!is_null($job->toothNumber)) @endif @if (!is_null($job->material)) @endif @if (!is_null($job->materialProduct)) @endif @if (!is_null($job->includeLithiumDisilicateSintering)) @endif @if (!is_null($job->shade)) @endif @if (!is_null($job->addBlocker)) @endif @if (!is_null($job->bridgeAllOnXPreSinteredTissueShading)) @endif @if (!is_null($job->includeGoldAnodizing)) @endif @if (!is_null($job->includeTibase)) @endif @if (!is_null($job->includeAssembly)) @endif @if (!is_null($job->includeStainingAndGlazing)) @endif @if (!is_null($job->includeHybridAbutmentBonding)) @endif @if (!is_null($job->includeDesigning)) @endif @if (!is_null($job->bridgeNumberOfUnits)) @endif @if (!is_null($job->bridgeToothNumbers)) @endif @if (!is_null($job->implant)) @endif @if (!is_null($job->tibaseType)) @endif @if (!is_null($job->bridgeIsScrewRetained)) @endif @if (!is_null($job->threeDimensionalModelType)) @endif @if (!is_null($job->threeDimensionalModelArchType)) @endif @if (!is_null($job->threeDimensionalModelSize)) @endif @if (!is_null($job->threeDimensionalModelIncludeBitePins)) @endif @if (!is_null($job->threeDimensionalModelIncludeExtraSeparateDies)) @endif @if (!is_null($job->threeDimensionalModelIncludeVertexArticulator)) @endif @if (!is_null($job->threeDimensionalModelNote)) @endif @if (!is_null($job->barNote)) @endif
RestorationAll-on-X?Tooth NumberMaterialProductSintered? Shade Add Blocker? Pre-Sintered Tissue Shading? Gold Anodizing?Include Tibase?Assembled?Stain and Glaze?Bonded?Design ServiceNumber of UnitsTooth NumbersImplant Type Implant SizeTibase TypeIs Screw-retained?Model TypeArchesSizeBite Pins?Separate Dies?Vertex Articulator?Model Unit DetailsBar Details
{{ $job->restorationType->displayName }} {{ ($job->bridgeIsAllOnX) ? 'Yes' : 'No' }} {{ $job->toothNumber }} {{ $job->material->displayName }} {{ $job->materialProduct->displayName }} @if ($isLoggedInUserAnAdmin && !is_null($job->materialProduct->displayNameCode)) ({{ $job->materialProduct->displayNameCode }}) @endif {{ ($job->includeLithiumDisilicateSintering) ? 'Yes' : 'No' }} {{ $job->shade->name }} {{ ($job->addBlocker) ? 'Yes' : 'No' }} {{ ($job->bridgeAllOnXPreSinteredTissueShading) ? 'Yes' : 'No' }} {{ ($job->includeGoldAnodizing) ? 'Yes' : 'No' }} {{ ($job->includeTibase) ? 'Yes' : 'No' }} {{ ($job->includeAssembly) ? 'Yes' : 'No' }} {{ ($job->includeStainingAndGlazing) ? 'Yes' : 'No' }} {{ ($job->includeHybridAbutmentBonding) ? 'Yes' : 'No' }} {{ ($job->includeDesigning) ? 'Yes' : 'No' }} {{ $job->bridgeNumberOfUnits }} {{ $job->bridgeToothNumbers }} {{ $job->implant->model }} {{ $job->implant->size }} {{ $job->tibaseType->name }} {{ ($job->bridgeIsScrewRetained) ? 'Yes' : 'No' }} {{ $job->threeDimensionalModelType->displayName }} {{ $job->threeDimensionalModelArchType->displayName }} {{ $job->threeDimensionalModelSize->displayName }} {{ ($job->threeDimensionalModelIncludeBitePins) ? 'Yes' : 'No' }} {{ ($job->threeDimensionalModelIncludeExtraSeparateDies) ? 'Yes' : 'No' }} {{ ($job->threeDimensionalModelIncludeVertexArticulator) ? 'Yes' : 'No' }} {{ $job->threeDimensionalModelNote }} {{ $job->barNote }}
@if (!is_null($job->warning))
Notice: {{ $job->warning }}
@endif @if (!$isChildJob)

Estimated Job Price: @if (!is_null($job->estimatedPriceInCents)) ${{ number_format($job->estimatedPriceInCents / 100, 2) }} @else -- None -- @endif

Files (click to download):

@if (count($job->files) > 0) @foreach ($job->files as $file)

@if ($isLoggedInUserAnAdmin) {{ $file['id'] }} @endif {{ $file['name'] }}

@endforeach @else

-- None --

@endif

Job Note:

@if ($job->note == '')

-- None --

@else

{{ $job->note }}

@endif @endif