@extends('layout.front') @section('css_page_level') @endsection @section('page-content')

@lang('messages.community_news')

@foreach($news_1 as $one) @endforeach @if($news_1->count() == 0)
@lang('messages.sorry!')  @lang('messages.no_msg_pub')
@endif

{{$one->title}}
{{ str_limit( strip_tags($one->content) , 30) }}

{{ $one->author }}

{{ $one->created_at }}
@foreach($news_2 as $one) @endforeach @if($news_2->count() == 0)
@lang('messages.sorry!')  @lang('messages.no_msg_pub')
@endif

{{$one->title}}
{{ str_limit( strip_tags($one->content) , 30) }}

{{ $one->author }}

{{ $one->created_at }}
@foreach($news_3 as $one) @endforeach @if($news_3->count() == 0)
@lang('messages.sorry!')  @lang('messages.no_msg_pub')
@endif

{{$one->title}}
{{ str_limit( strip_tags($one->content) , 30) }}

{{ $one->author }}

{{ $one->created_at }}
@foreach($news_4 as $one) @endforeach @if($news_4->count() == 0)
@lang('messages.sorry!')  @lang('messages.no_msg_pub')
@endif

{{$one->title}}
{{ str_limit( strip_tags($one->content) , 30) }}

{{ $one->author }}

{{ $one->created_at }}
@if($Setting->get('npm_version') == '0')

@lang('messages.cm_site')

@endif @if($Setting->get('npm_version') == '0')

@lang('messages.convi_service')

@endif

@lang('messages.common_use_url')

@foreach($link as $one) @endforeach
@if($link->count() == 0)
@lang('messages.sorry!')  @lang('messages.no_common_use_url')
@endif
@endsection