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

{{ label('lbl_speeches') }}

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