@php Theme::set('pageTitle', trans('plugins/real-estate::property.property_no_longer_available_name', ['name' => $property->name])); @endphp

{{ trans('plugins/real-estate::property.this_property_is_no_longer_available') }}

{{ $property->name }}

{{ trans('plugins/real-estate::property.sorry_this_property_listing_has_expired_and_is_no_longer_ava') }}

{{ trans('plugins/real-estate::property.looking_for_other_properties_browse_our_current_listings_to') }}

@if($property->project && $property->project->id)
{{ trans('plugins/real-estate::property.related_project') }}
@if($property->project->image) {{ $property->project->name }} @endif
{{ $property->project->name }}

{{ Str::limit($property->project->description, 100) }}

{{ trans('plugins/real-estate::property.view_project_details') }}
@endif