ID @if($sortBy === 'id') @if($sortDirection === 'asc') @else @endif @else @endif | PHOTO | Title @if($sortBy === 'title') @if($sortDirection === 'asc') @else @endif @else @endif | TYPES @if($sortBy === 'types') @if($sortDirection === 'asc') @else @endif @else @endif | ACREAGE @if($sortBy === 'acreage') @if($sortDirection === 'asc') @else @endif @else @endif | PRICE @if($sortBy === 'price') @if($sortDirection === 'asc') @else @endif @else @endif | STATUS @if($sortBy === 'status') @if($sortDirection === 'asc') @else @endif @else @endif | |
---|---|---|---|---|---|---|---|
{{ $list->id}} |
@if($list->image && $list->image->image_url)
![]() |
{{ strlen($list->title) > 20 ? substr($list->title, 0, 20) . '...' : $list->title }}
{{$list->city}}, {{$list->state}} Photos: {{ $list->image_count }} |
@foreach(explode(',', $list->types) as $type)
{{ htmlspecialchars(trim($type)) }} @endforeach |
{{$list->acreage}} | ${{$list->price}} |
{{ucfirst($list->status)}} Expires : {{$list->expiration_date}} |
|
No Listing found. |