@extends('site.layouts.app', ['seoModel' => $contact]) @section('content')
@include('site._includes.mini-banner', [ 'banner_desktop' => $contact->banner_desktop, 'banner_mobile' => $contact->banner_mobile, 'title' => $contact->banner_title, ])

{{ $contact->title_form }}

@if (!empty($contact->contacts))
@foreach ($contact->contacts as $item)
@if ($item['icon']) {{ $item['title'] }} @endif

{{ $item['title'] }}

{{ $item['subtitle'] }}

@endforeach
@endif @if (!empty($contact->link_map))
@endif
@endsection