@extends('layouts.front') @push('css') @endpush @section('content')
@if (count($properties) === 0)

@lang('NO DATA FOUND')

@else

@lang('All Properties')

@foreach ($properties as $key => $data) @endforeach
@if($properties->hasPages()) {{ $properties->links() }} @endif
@endif
@includeIf('partials.front.cta') @endsection @push('js') @endpush