@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.') }} {{ __('Search') }} @if ($business_cards->count() > 0) @foreach ($business_cards as $businessCard) {{ $businessCard->title }} {{ $businessCard->card_type == 'vcard' ? __('vCard') : __('Store') }} {{ $businessCard->sub_title }} @endforeach @if ($business_cards->lastPage() > 1) {{ $business_cards->links('vendor.pagination.directory') }} @endif @else {{ __('No Profiles / Stores Found!!!') }} @endif @endsection
{{ __('Browse verified profiles and discover skilled professionals across various industries.') }}
{{ $businessCard->card_type == 'vcard' ? __('vCard') : __('Store') }}
{{ $businessCard->sub_title }}