@foreach($languages as $key => $language)
@if (!empty($section) && $section->typeHasTitle())
@include('admin.sections._form-partials._title')
@endif
@if (!empty($section) && $section->typeHasSubtitle())
@include('admin.sections._form-partials._subtitle')
@endif
@if (!empty($section) && $section->typeHasDescription())
@include('admin.sections._form-partials._description')
@endif
@if (!empty($section) && $section->typeHasColor())
@include('admin.sections._form-partials._color')
@endif
{{-- @if (!empty($section) && $section->typeHasImage())
@include('admin.sections._form-partials._image')
@endif --}}
{{-- @if (!empty($section) && $section->typeHasBackgroundImage())
@include('admin.sections._form-partials._background-image')
@endif --}}
{{-- @if (!empty($section) && $section->typeHasTitleImage())
@include('admin.sections._form-partials._title-image')
@endif --}}
@if (!empty($section) && $section->typeHasVideo())
@include('admin.sections._form-partials._video')
@endif
@if (!empty($section) && $section->typeHasVideoFile())
@include('admin.sections._form-partials._video-file')
@endif
@if (!empty($section) && $section->typeHasLink())
@include('admin.sections._form-partials._link')
@endif
@if (!empty($section) && $section->typeHasSearchTitle())
@include('admin.sections._form-partials._search-title')
@endif
@if (!empty($section) && $section->typeHasHeaderBlockTitle())
@include('admin.sections._form-partials._header-block-title')
@endif
@if (!empty($section) && $section->typeHasHeaderBlockSubtitle())
@include('admin.sections._form-partials._header-block-subtitle')
@endif
@if (!empty($section) && $section->typeHasTextContent())
@include('admin.sections._form-partials._text-content')
@endif
@if (!empty($section) && $section->typeHasLeftColumnTextContent())
@include('admin.sections._form-partials._left-column-text-content')
@endif
@if (!empty($section) && $section->typeHasRightColumnTextContent())
@include('admin.sections._form-partials._right-column-text-content')
@endif
@if (!empty($section) && $section->typeHasOrganization())
@include('admin.sections._form-partials._organization')
@endif
@if (!empty($section) && $section->typeHasIndustry())
@include('admin.sections._form-partials._industry')
@endif
@if (!empty($section) && $section->typeHasSolution())
@include('admin.sections._form-partials._solution')
@endif
@if (!empty($section) && $section->typeHasProducts())
@include('admin.sections._form-partials._products')
@endif
@if (!empty($section) && $section->typeHasLocation())
@include('admin.sections._form-partials._location')
@endif
@if (!empty($section) && $section->typeHasWebsite())
@include('admin.sections._form-partials._website')
@endif
@if (!empty($section) && $section->typeHasAuthor())
@include('admin.sections._form-partials._author')
@endif
@if (!empty($section) && $section->typeHasPosition())
@include('admin.sections._form-partials._position')
@endif
@if (!empty($section) && $section->typeHasButtonText())
@include('admin.sections._form-partials._button-text')
@endif
@if (!empty($section) && $section->typeHasButtonLink())
@include('admin.sections._form-partials._button-link')
@endif
@if (!empty($section) && $section->typeHasButtonLeftText())
@include('admin.sections._form-partials._button-left-text')
@endif
@if (!empty($section) && $section->typeHasButtonLeftLink())
@include('admin.sections._form-partials._button-left-link')
@endif
@if (!empty($section) && $section->typeHasButtonCenterText())
@include('admin.sections._form-partials._button-center-text')
@endif
@if (!empty($section) && $section->typeHasButtonCenterLink())
@include('admin.sections._form-partials._button-center-link')
@endif
@if (!empty($section) && $section->typeHasButtonRightText())
@include('admin.sections._form-partials._button-right-text')
@endif
@if (!empty($section) && $section->typeHasButtonRightLink())
@include('admin.sections._form-partials._button-right-link')
@endif
@endforeach
@if ($section->sectionType->type === 'image_gallery')
@include('admin.sections._form-partials._gallery')
@endif