@extends('layouts.app') @section('content')
@include('includes.propertysidebar')
@include('includes.header')
{{-- @dd($contents) --}}

{{$property->house_no}} {{$property->street}} / Occupants

{{-- @dd($departments) --}}
Service Users
@if(!empty($occupants) && $occupants->count()) {{-- @dd($departments) --}} @php $sn=1; @endphp @foreach($occupants as $key => $value) @php $sn++; @endphp @endforeach @else @endif
# Full Name Age Date Moved In Action
{{$sn}} {{$value->title}} {{$value->description}} {{$value->date_created}}
No service users Yet
@include('includes.footer')
@endsection