@if ($SearchResult)
@php echo $SearchResult @endphp
@else
{{__('lng.SiNo')}} |
{{__('lng.Title')}} |
{{__('lng.PropertyType')}} |
{{__('lng.Address')}} |
{{__('lng.Amount')}} |
{{__('lng.Photo')}} |
{{__('lng.Action')}} |
@php $si=0; @endphp
@foreach($Properties as $Property)
{{++$si}} |
{{$Property->title}} |
{{$Property->propertytype->title}} |
{{$Property->address}} |
@currency($Property->amount) |
|
|
|
|
@endforeach
{{$Properties->count()}} {{__('lng.Items')}}