@extends('landlord.landlord_layout') @section('title', 'Summary') @section('landlord_content')

Favourited Properties

@forelse($favouriteProperties as $fav) @empty @endforelse
Name Property Type Purpose Total Rooms PDF
#
{{ $fav->property->name }}

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

{{ @$fav->property->category->name }} {{ App\Utils\Utils::advertisementTypes()[$fav->advertisement->advertisement_type] }} {{ @$fav->property->bedroom }}
#
{{ @$fav->property->documents[0]->title }}

{{ getFileSize(@$fav->property->documents[0]->file->path) }}

Properties For Sales

@foreach ($salesAdvertisement as $adv) @endforeach
Name Property Category Purpose Total Rooms PDF
#
{{ @$adv->property->name }}

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

{{ @$adv->property->category->name }} {{ App\Utils\Utils::advertisementTypes()[$adv->advertisement_type] }} {{ @$adv->property->bedroom }}
#
{{ @$adv->property->documents[0]->title }}

{{ getFileSize(@$adv->property->documents[0]->file->path) }}

Properties For Lettings

@foreach ($letAdvertisement as $adv) @endforeach
Name Property Category Purpose Total Rooms PDF
#
{{ @$adv->property->name }}

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

{{ @$adv->property->category->name }} {{ App\Utils\Utils::advertisementTypes()[@$adv->advertisement_type] }} {{ @$adv->property->bedroom }}
#
{{ @$adv->property->documents[0]->title }}

{{ getFileSize(@$adv->property->documents[0]->file->path) }}

@endsection @push('js') @endpush