@extends('landing-page.layouts.default') @section('content') @if (session('success'))
{{ $sectionData['section_1']['description'] ?? null }}
{{ $sectionData['section_8']['description'] ?? null }}
@endif
@if (isset($images[1]))
@endif
{{ $sectionData['section_5']['description'] ?? null }}
@endif
@if (isset($images[3]))
@endif
@if (isset($images[4]))
@endif
{{ $sectionData['section_6']['description'] ?? null }}
@endif
@if ($mediaAppStore)
@endif
@endif
{{ $sectionData['section_7']['description'] ?? null }}
@endif
@include('landing-page.components.widgets.video-popup', [
'videoLinkUrl' => $sectionData['section_7']['url'],
])