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

{{ label('lbl_events') }}

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