@if(session('locale') == 'ar') @else @endif @include('frontend.common.header')
@lang('Expert Doctors')

@lang('Our Team')

{{ $contents->aboutOurTeam ?? '' }}

@php $i = -1; @endphp @foreach ($contents->teams ?? [] as $team) @php $i++; if (empty($contents->teams[$i]) || empty($contents->teamPost[$i])) continue; @endphp

{{ $contents->teams[$i] ?? '' }}

{{ $contents->teamPost[$i] ?? '' }}

@endforeach
@lang('We care your smile')

@lang('Featured Services')

@php $j = -1; $contents2 = json_decode(\App\Models\FrontEnd::find(3)->content); //dd($contents2) @endphp @foreach ($contents2->serviceName ?? [] as $service) @php $j++; if (empty($contents2->serviceName[$j])) continue; if ($j > 3) break; @endphp @endforeach
@include('frontend.common.footer') @if(session('locale') == 'ar') @else @endif