@extends('layouts.admin')
@section('content')
Approved Architectural
Approved Architectural
ID |
Owner |
Type |
How Own
|
Image
|
From When
|
Room #
|
Area
|
Dimensions
|
State |
Action
|
@foreach ($collection as $item)
{{ $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 }}
|
{{--
--}}
|
@endforeach
@endsection
@section('js')
@endsection