@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 AGENT @if($sortBy === 'agent_name') @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 }}

{{ $list->agent->full_name }} @foreach(explode(',', $list->types) as $type) {{ htmlspecialchars(trim($type)) }}
@endforeach
{{$list->acreage}} {{$list->price}} {{$list->status}}
Expires : {{$list->expiration_date}}
No Listing found.
{{ $lists->links() }}
Loading...