@extends('landlord.landlord_layout') @section('title',@$title) @section('landlord_content')
@foreach($properties as $adv)
{{ @$adv->property->category->name }} Total Room: {{ @$adv->property->bedroom }}

{{ @$adv->property->location->address }}, {{ @$adv->property->state->name }}, {{ @$adv->property->city->name }} {{ @$adv->property->location->post_code }} {{ @$adv->property->location->country->name }}

@endforeach
@endsection @push('js') @endpush