@extends('FrontEnd.layouts.master') @section('title','Ankara Çocuk ve Ergen Psikiyatristi | Doç. Dr. Dilşad Yıldız MİNİKSAR') @section('content')
@if($aboutImages->count() > 0)
@foreach($aboutImages->skip(1)->take(2) as $file) @endforeach
@endif {{--@if(!empty($about->video_url)) @endif--}}
@if($about)

{{ $aboutEnglishTitle }}

{{ $about->title }}

{!! $about->description !!}

@endif
Detaylı Bilgi

{{ $featuredService->homepage_title }}

{{ Str::limit(strip_tags($featuredService->homepage_desc), 120) }}

id]) }}" class="cp-online-btn cp-online-btn-primary mt-4"> Detaylı Bilgi
@php $page = $pages['services'] ?? null; @endphp @if($page)

{{ $page->english_title }}

{{-- İngilizce başlık --}} {{ $page->title }} {{-- Türkçe başlık --}}
@endif
@php $page = $pages['client-testimonials'] ?? null; @endphp @if($page)

{{ $page->english_title }}

{{ $page->title }}

{!! $page->content !!}

@endif Tüm Yorumlar @foreach($testimonials as $testimonial)
@if($testimonial->file && $testimonial->file->address) {{ $testimonial->title }} @else {{ $testimonial->title }} @endif
@endforeach
@foreach($faqs as $faq)

{{ $faq->answer }}
@endforeach
@php $page = $pages['academic-professional-memberships'] ?? null; @endphp @if($page)

{{ $page->english_title }}

{{ $page->title }}

{!! $page->content !!}

@endif Tüm Üyelikler
@php $page = $pages['blogs'] ?? null; @endphp @if($page)

{{ $page->english_title }}

{{-- İngilizce başlık --}} {{ $page->title }} {{-- Türkçe başlık --}}
@endif

Görüş ve Önerileriniz Bizim İçin Değerlidir.!

@csrf
{{--
--}}
@if ($contact)
@if(!empty($contact->logoFile) && !empty($contact->logoFile->address)) {{ $contact->title ?? 'Logo' }} @else {{ $contact->title ?? 'Ç[P]' }} @endif
@else

İletişim bilgileri bulunamadı.

@endif
@endsection @push('scripts') @endpush