@if(!$isOffice)
@endif
@forelse ($lists as $index => $list) @empty @endforelse
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) {{ $list->title }} @else No Image @endif {{ 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}} ${{ number_format($list->price, 2, '.', ',') }} {{ucfirst($list->status)}}
Expires : {{$list->expiration_date}}
No Listing found.
@if($lists->lastPage() > 1) {{ $lists->links() }} @endif @if($lists->total() <= 10)

Showing {{ $lists->firstItem() }} to {{ $lists->lastItem() }} of {{ $lists->total() }} results

@else

@endif
Loading...