@extends('Layouts.hms_master') @section('content') @php $imagePath = 'images/placeholder.png'; // dd("in index"); @endphp
@foreach ($allbuilding as $bKey => $building) {{-- @php dd($building->floor); @endphp --}}
Building - {{ $building->name }}
@foreach ($building->floor as $fKey => $floors) {{-- @php dd($floors); @endphp --}} {{ $floors->floor_name }} @endforeach
@endforeach
@endsection