@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
@endsection @push('js') @endpush