{{-- Include Navbar --}} @include('partials.navbar') @if(isset($content['hero_section']))

{{ $content['hero_section']->title }}

{{ $content['hero_section']->content }}

Read More
@endif
@if(isset($content['mission_section']))

{{ $content['mission_section']->title }}

{{ $content['mission_section']->content }}

Read More @if(!empty($content['mission_section']->image_url)) {{ $content['mission_section']->title }} @endif
@endif @if(isset($content['vision_section']))

{{ $content['vision_section']->title }}

{{ $content['vision_section']->content }}

Read More @if($content['vision_section']->image_url) {{ $content['vision_section']->title }} @endif
@endif @if(isset($content['ministries_section']))

{{ $content['ministries_section']->title }}

{{ $content['ministries_section']->content }}

Read More @if($content['ministries_section']->image_url) {{ $content['ministries_section']->title }} @endif
@endif
@if(isset($content['about_section']))

{{ $content['about_section']->title }}

{{ $content['about_section']->content }}

@endif
@if($members->isNotEmpty()) @endif
{{-- Include Footer --}} @include('partials.footer')