@extends('front.layout.app') @section('title', 'Hippa') @section('content') @if(!empty($page->pageComponents)) @forelse($page->pageComponents as $key => $section) @if($key == 0)
@if(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'image') @elseif(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'video') @endif

{{$section->title ?? 'HIPPA'}}

@endif @if($key == 1)

{{$section->title ?? 'Your Information. Your Rights. Our Responsibilities.'}}

{!! $section->sub_title ?? '' !!}

{!! $section->description ?? '' !!} {!! $section->description2 ?? '' !!}
@endif @empty
First slide
@endforelse @endif @endsection