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

Pending Architectural

Pending Architectural

{{-- Create Building --}}
@foreach ($collection as $item) @endforeach
Id Owner Type How Own Property Image From When Room # Area Dimensions State Restoration Date Image City Building Status Village Neighborhood Location 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 }} {{ $item->restoration_date }} {{ $item->city }} {{ $item->building_status }} {{ $item->village }} {{ $item->neighborhood }} {{ $item->location }} {{--
@method('delete') @csrf
--}}
@method('put') @csrf
@method('put') @csrf
@endsection @section('js') @endsection