@forelse ($lists as $index=> $list ) @empty @endforelse
ID PHOTO TITLE TYPES ACREAGE PRICE STATUS
{{ $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}} {{$list->price}} {{$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...