@if($properties->total() == 0) {{ __('0 results') }} @else {{ __('Found :from - :to Of :total Results', [ 'from' => $properties->firstItem(), 'to' => $properties->lastItem(), 'total' => $properties->total(), ]) }} @endif