@extends('layouts.default') @section('meta') {{\App\Helpers::mataTitle()}} @endsection @section('head') @endsection @section('content')
{!! \App\Helpers::pageData('section_1', 'section_1_header_text') !!}
{!! \App\Helpers::pageData('section_1', 'section_1_header_content') !!}
@if (!empty($firstBlog))

{{$firstBlog->name}}

{{ date("d M Y", strtotime($firstBlog->created_at))}}

{!! $firstBlog->description !!}

@endif
@foreach($blogArr as $blog)

{{ $blog->name }}

{{ date("d M Y", strtotime($blog->created_at))}}
{!! \Illuminate\Support\Str::words(strip_tags($blog->description), 50, ' Read more') !!}
@endforeach
{!! \App\Helpers::pageData('section_3', 'section_3_header_text') !!}
{!! \App\Helpers::pageData('section_5', 'section_5_publications_resources') !!} @if(!empty($publicationsResources)) @foreach($publicationsResources as $report) @endforeach @endif
{!! \App\Helpers::pageData('section_5', 'section_5_community_health_survey') !!} @if(!empty($communityHealthSurvey)) @foreach($communityHealthSurvey as $report) @endforeach @endif
@endsection @section('script') @endsection