@extends('front.layout.layout') @section('content')
@if ($category)

{{ $category->name }} ({{ $bussiness->total() }})

@else

Find Local Businesses

@endif @if ($queryParams['countrySearch'] && !empty($selectedCountry))

{{ $selectedCountry->name }} ({{ $bussiness->total() }})

@endif

Countries

@if (count($countries) > 10) @endif
@forelse ($bussiness as $biz) @empty
No businesses found matching your criteria.
@endforelse
@endsection