@extends('site.layouts.app', ['seoModel' => $home]) @section('content')
@include('site._includes.main-banner', [ 'banners' => $home->banners, ]) @if (!$home->hide_partners && !empty($home->partners))
@foreach ($home->partners as $image) @endforeach
@endif @if(!$home->hide_about && ($home->title_about || $home->description_about || $home->link_btn_about))
@if (!empty($home->tag_about))
/
/
/
{{ $home->tag_about }}
@endif

{{ $home->title_about }}

{!! $home->description_about !!} @if (!empty($home->link_btn_about)) {{ $home->title_btn_about }} @endif
@if (!empty($home->image_about)) image_about}") }}" alt="{{ $home->title_about }}" > @endif {{ $siteTitle }}
@endif @if (!$home->hide_links && !empty($home->links))
@endif @if (!$home->hide_gallery && !empty($home->gallery)) @endif @if($home->video_media_type !== 'none' && ($home->youtube_link || $home->video_file)) @php $video_media = ($home->video_media_type == "youtube") ? $home->youtube_link : $home->video_file; @endphp
video_thumbnail}") }}" alt="thumbnail do vĂ­deo">
@endif @if (!$home->hide_cta && ($home->title_cta || $home->link_btn_cta))
@if (!empty($home->image_desktop_cta)) @php $image = ($isMobile && isset($home->image_mobile_cta)) ? $home->image_mobile_cta : $home->image_desktop_cta; @endphp {{ $home->title_cta }} @endif
@if (!empty($home->tag_cta))
/
/
/
{{ $home->tag_cta }}
@endif

{{ $home->title_cta }}

@if (!empty($home->link_btn_cta)) {{ $home->title_btn_cta }} @endif
@endif
@endsection