@foreach($data as $row) @endforeach
I.D Property Address Type Status CREATED AT ACTION
{{$row->id}} {{$row->address}} {{$row->property_type->name}} {{ $row->status == 1 ? 'Active' : 'Inactive' }} {{ $row->created_at->format('d-m-Y') }}
{!! $data->links() !!}