{!! $setting->infrastructure_text !!}
Room location and use of room is as follows:
| Room Location | Room No. | Class Room / Office |
|---|---|---|
| {{ $locationName }} | @endif{{ $room->room_number }} | {{ $room->room_name }} |
@extends('frontend.layouts.app') @section('title') Infrastructures @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [['name' => 'About', 'url' => '#'], ['name' => 'Infrastructure', 'url' => null]], ])
Room location and use of room is as follows:
| Room Location | Room No. | Class Room / Office |
|---|---|---|
| {{ $locationName }} | @endif{{ $room->room_number }} | {{ $room->room_name }} |