@extends('GoBizOriginal::Website.layouts.index', [ 'nav' => true, 'banner' => false, 'footer' => true, 'cookie' => true, 'setting' => true, 'title' => __('Directory Listing'), ]) @section('content')
{{ __('Directory') }}

{{ __('Explore Our Professional Directory') }}

{{ __('Browse verified profiles and discover skilled professionals across various industries.') }}

@if ($business_cards->count() > 0) @if ($business_cards->lastPage() > 1)
{{ $business_cards->links('vendor.pagination.directory') }}
@endif @else

{{ __('No Profiles / Stores Found!!!') }}

@endif
@endsection