@extends('site.layout') @section('title') {!! label('lbl_related_links') !!} @endsection @section('content')

{{ label('lbl_related_links') }}

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