@extends('layouts.app') @section('contentSection')

{{ number_format($pros->total()) }} Results Found

@if ($pros->total() > 0)
  • Sort by:
@endif
@foreach ($pros as $listing) @endforeach
@if ($pros->hasMorePages())
@endif
@endsection @section('pageSpecificScripts') @endsection