{{-- resources/views/admin/properties/archived.blade.php --}} @extends('layouts.app') @section('content')
{{ Str::limit($property->description_en, 150) }}
Location : {{ $property->location->name_en }}
@lang('strings.removed') : {{ date('d F Y', strtotime($property->archived_date)); }}
Read moreNo archived properties found.
@endif