@extends('site.inner') @section('title') {{ label('lbl_school-facilities') }} @endsection @section('breadcrumb') @endsection @section('content')
{{-- {{ breadcrumb() }}--}}
@if($conference_facility)

{{ label('lbl_conference_facilities') }}

@php $cleanedText = preg_replace('/

|<\/p>| /', '', $conference_facility->content); @endphp

{{ $cleanedText }}

{{ $conference_facility->content }}
@endif
@if(count($features))

{{ label('lbl_features') }}

@foreach($features as $feature)
{{-- --}}
{{ $feature->title }}
@endforeach
@endif

{{ label('lbl_explore_our_conference_facilities') }}

{{ label('lbl_explore_our_conference_facilities_description') }}
@foreach($conference_room_with_contents as $room)
{{ $room->content }}
@endforeach
@stop