@extends('layouts.admin') @section('content')

Approved Architectural

Approved Architectural

@foreach ($collection as $item) @endforeach
ID Owner Type How Own Image From When Room # Area Dimensions State Action
{{ $item->id }} {{ $item->user->name ?? ($item->organization->name ?? '') }} {{ $item->type }} {{ $item->how_own }} {{ $item->from_when }} {{ $item->room_number }} {{ $item->area }} {{ $item->dimensions }} {{ $item->state }} {{--
@method('delete') @csrf
@method('put') @csrf
@method('put') @csrf
--}}
@endsection @section('js') @endsection