@extends('layouts.site')
@push('head')
@if(!empty($seo['meta_description']))
@endif
@if(!empty($seo['meta_keywords']))
@endif
@if(!empty($seo['meta_author']))
@endif
@if(!empty($seo['meta_publisher']))
@endif
@if(!empty($seo['meta_copyright']))
@endif
@if(!empty($seo['meta_refresh']))
@endif
@if(!empty($seo['og_description']))
@endif
@if(!empty($seo['og_image']))
@endif
@endpush
@section('content')
@php
/*
Let’s talk
@foreach($activeLanguages as $language)
- app()->getLocale() === $language->iso])>
@endforeach
*/
@endphp
@endsection