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