@if($isValid) See Price @else See Price @endif

@if($isValid) {{ $technic }} Price @else See Price @endif

@if($isValid) The service you choose costs @switch($technic) @case('Zirconia Coating') €450. @break @case('Laminated') €650. @break @case('Implant') €400. @break @case('Zircon on Implant') €190. @break @case('Sinus Lifting') €500. @break @default - @endswitch Our patient advisor will contact you as soon as possible and give you more information. @else To view the pricing information, you need to enter your personal details and select the service you want. This information will not be passed on to third parties or companies. @endif

@if($isValid)
@else
@if($isValid == true)
{{ __('front.form.success') }} {{ __('front.form.success.message') }}
@endif @if($isError == true)
{{ __('front.form.error') }} {{ __('front.form.error.message') }}
@endif
@error('name')@enderror
@error('phone')@enderror
@error('technic')@enderror
@endif