@if($accountants->isEmpty())

No tax professional found. Please try another search.

@else @foreach($accountants as $accountant)
Member

{{ $accountant->first_name }} {{ $accountant->last_name }}

{{ $accountant->business_name }}

{{ $accountant->email }} @if(isset($accountant->phone)) | {{ $accountant->phone }} @endif

@if(isset($accountant->city) && isset($accountant->country))

{{ $accountant->city }}, {{ $accountant->country }}

@endif
@endforeach {!! $accountants->links() !!} @endif