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

{!! $content->title_pa !!}

{!! $content->title_pa !!}

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

{!! $content->description_pa !!}

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

{!! $childContent->description_pa !!}

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

@endsection