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

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

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

@lang('Book an Appointment')
/
@lang('We are Here')

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

/
@lang('For a New smile')

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

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

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

@lang('Daily appointments')

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

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

@lang('Happy Clients')

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

@lang('We care your smile')

@lang('Health Services')

@foreach ($contents->services ?? [] as $service) @continue(empty($service)) {{ $service }} @endforeach
@include('frontend.common.footer') @if(session('locale') == 'ar') @else @endif