Add Relationship with Owners
@if(session('success'))
@endif
{{ session('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
Nature of Construction List
| ID | Type Name | Status | Actions |
|---|---|---|---|
| {{ $k+1 }} | {{ $nature->name }} | {{ $nature->status == 1 ? 'Active' : 'Inactive' }} | Edit |