@extends('layouts.pages') @section('content')

{{$subSetting['title']}}

@if(!empty($allPosts))
@foreach($allPosts as $key=>$posts)

{{$mainKeywords[$key]}}


@if(!empty($posts)) @foreach($posts as $post) @if($cnt <= 5)

{!!mb_substr(preg_replace("/[\n\r]+/", '', $post->_data->message),0,20,"utf-8")!!}

{{date('Y-m-d H:i:s', strtotime($post->_data->publish_time))}}
@endif @endforeach @endif
@if($cntContent == 2 || $cntContent == 5)
@endif @endforeach
@endif
{{ $mainKeywords->links() }}
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush