@extends('site.inner') @section('title') {!! label('lbl_news') !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! label('lbl_news') !!} @endsection --}} @section('page_content')

{{ label('lbl_news') }}

@if(count($news_list))
{!! $news_list->render() !!}
@else
{{label('lbl_no_information')}}
@endif
@stop