{!! Theme::section('page.listing.search-form') !!}
Business Listing
@if($term) for "{!! $term !!}" keyword @endif
@if($category) for "{!! $category !!}" category @endif
@if(count($pages) > 0)
@foreach($pages as $page)
{!! Theme::section('page.listing.display', ['page' => $page]) !!}
@endforeach
{!! $pages->appends(request()->except('page'))->render() !!}
@else
No business found.
@endif