@extends('frontend.da.layouts.master') @section('content')

{!! $content->title_da !!}

{!! $content->title_da !!}

@if ($content->image)
{{ $content->title_da }}
@endif

{!! $content->description_da !!}

@forelse ($content->child_contents as $childContent)
@if ($childContent->type === 'text')

{!! $childContent->description_da !!}

@elseif($childContent->type === 'image' && $childContent->image)
{{ $childContent->title_da }}
@elseif($childContent->type === 'link' && $childContent->youtube_video_link)
@endif
@empty @endforelse

@endsection