Trunçgil Akademi
Trunçgil Akademi
@include('components.custom.language-selector', ['variant' => 'offcanvas'])
@include('components.custom.menu')
@if(setting('contact_email')) {{ setting('contact_email') }}
@endif @if(setting('contact_phone')) {{ setting('contact_phone') }}
@endif @php $social_media = json_decode(setting('social_links'), true) ?? []; @endphp
@if(!empty($social_media['Twitter'])) @endif @if(!empty($social_media['Facebook'])) @endif @if(!empty($social_media['Instagram'])) @endif @if(!empty($social_media['Youtube'])) @endif
  • @include('components.custom.language-selector')