@extends('Layouts.master') @section('content')
@include('Partials.Pages.index_top') @foreach($data as $room) @endforeach
@lang('building') @lang('room') @lang('action')
{{$room->building->name}} {{$room->name}} @lang('edit')
@include('Partials.Pages.display')
@endsection @section('scripting') @endsection