@extends('landlord.landlord_layout') @section('title',@$title) @section('landlord_content') @forelse($offers as $offer) Offer for {{ @$offer->property->name }} {{ $offer->offer_price }} Purchase {{ $offer->property->location->address }} {{ $offer->status }} @empty No offers found @endforelse Create a new offer @csrf @foreach ($properties as $adv) @if($adv->property) {{ @$adv->property->name }} @endif @endforeach Submit @endsection @push('js') @endpush
{{ $offer->property->location->address }}