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

{{ label('lbl_e_services_links') }}

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