@extends('site.templates.voyage.layout') @section('content')

{{ $page['title'] ?? 'İletişim' }}

Sorularınız için bize yazın; en kısa sürede dönüş yapalım.

İletişim Bilgileri

    @if($agency->contact_phone)
  • @endif @if($agency->contact_email)
  • @endif @if($agency->contact_address)
  • Adres {{ $agency->contact_address }}
  • @endif @if($agency->tursab_number)
  • TÜRSAB Belge No {{ $agency->tursab_number }}
  • @endif
@php $mapEmbed = $snapshot->footer()['map_embed'] ?? null; @endphp @if($mapEmbed)
{!! $mapEmbed !!}
@endif

Bize Yazın

@csrf
@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@foreach($sections as $section) @if($editorMode ?? false)
@includeIf('site.templates.voyage.sections.' . $section['section_type'], ['section' => $section])
@else @includeIf('site.templates.voyage.sections.' . $section['section_type'], ['section' => $section]) @endif @endforeach @endsection