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

{{ label('lbl_highlights') }}

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