{{ __('Properties') }}

{!! Theme::breadcrumb()->render() !!}
@foreach ($properties as $property)
@include('plugins/real-estate::themes.partials.properties.item', ['property' => $property])
@endforeach

{!! $properties->withQueryString()->links() !!}