@extends('layouts.app') @section('content')
@csrf

@if(!isset($id)) All Floorplans For all buildings @else All Floorplans For this specific building @endif

This table shows all buildings that are associated with any organization. Note: To view only the buildings associated with a specific organization, please select an org from the dropdown above.
@if(isset($floorplans)) @foreach($floorplans as $row) @endforeach @endif
[your date here]
Floorplan ID Building ID Floor Number Floorplan Image Last Audited By Last Audited Date
{{$row->id}} {{$row->buildings_id}} {{$row->floor_number}} {{$row->floorplan_image}} {{$row->modified_by}} {{$row->modified_date}} Edit
@endsection