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

{{ label('lbl_facilities') }}

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