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

{{ label('lbl_announcements') }}

@if (count($announcements))
{!! $announcements->render() !!}
@else
{{label('lbl_no_information')}}
@endif
@include('site.includes/sidebar')
@stop