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

{{ $type }}

@foreach($news as $one) @endforeach
@lang('messages.title') @lang('messages.publish_dept') @lang('messages.time')
{{$one->title}} {{$one->author}} {{$one->created_at}}
{!! $news->render() !!}
@if($news->count() == 0)
@lang('messages.sorry')  @lang('messages.nowwwww'){{$type}}@lang('messages.no_news_pub_yet')
@endif
@endsection