@extends('frontend.layouts.master') @section('title','Ankara Çocuk ve Ergen Psikiyatristi | Doç. Dr. Dilşad Yıldız MİNİKSAR') @section('content') {{--{{ $about->title }}--}} HAKKIMDA Anasayfa {{ $about->title }} {{-- Anasayfa {{ $about->title }} --}} {{ $about->first_name }} {{ $about->last_name }} @foreach ($socials as $social) @if (strtolower($social->platform) === 'twitter' && strtolower($social->icon) === 'svg') @else @endif @endforeach {!! $about->biography !!} @if($aboutImages->count() > 0) @endif {{-- --}} @endsection