@extends('website.layouts.app') @section('content')
@include('website.layouts.appoinment_btn')
@include('website.layouts.head_nav')

{{ $services->service }}

services

{{ $services->service }}

{{ $services->sub_heading }}

{!! $services->serv_desc !!}

@if(count($service_feat)>0)
    @foreach($service_feat as $feat)
  • @if($feat->service_section_title!=""){{ $feat->service_section_title }}
    @endif @if($feat->service_section_description!=""){{ $feat->service_section_description }}@endif @if($feat->features!="")
      @foreach($exp_featarr as $exp)
    • {{ $exp }}
    • @endforeach
    @endif
  • @endforeach
@endif

Our Safety Standards

We have the highest infection control standards and ongoing continuing education. We use digital radiography (X-rays). They are safer, better, faster, and smarter.

Pioneers Dental Center uses highest standards of sterilization because the patient's safety is our first. The highest standards of sterilization and cleanliness are maintained in our clinic.

@endsection