@include('layouts.navbar')

{{ $business->deal_title }}

Listing ID: {{ $business->listing_id }} Posted By: {{ $business->posted_by }}
Verified User Information:
🏢 Industry: {{ $business->industry_type }}
📍 Location: {{ $business->location }}
💰 Asking Price: {{ $business->asking_price }}
🏢 Entity Type: {{ $business->entity_type }}
📅 Started In: {{ $business->started_in }}
📈 Interested In: {{ $business->interested_in }}
{{--
📊 Sales/Turnover: {{ auth()->check() ? $business->sales_turnover : 'Available on request' }}
👥 Employees: {{ auth()->check() ? $business->employees : 'Available on request' }}
📉 EBITDA: {{ auth()->check() ? $business->ebitda : 'Available on request' }}
--}}
📊 Sales/Turnover: {{ $business->sales_turnover ?? 'Available on request' }}
FY {{ $financialYear }}
👥 Employees: {{ $business->employees }}
📉 EBITDA: {{ $business->ebitda ?? 'Available on request' }}
✅ Operational Status: {{ $business->operational_status }}

Contact Details

Website: {{ substr($business->website_url, 8, 1) . str_repeat('*', strlen($business->website_url) - 9) }}
Name: {{ substr($business->contact_name, 0, 1) . str_repeat('*', strpos($business->contact_name, ' ') - 1) . ' ' . substr($business->contact_name, strpos($business->contact_name, ' ') + 1, 1) . str_repeat('*', strlen($business->contact_name) - strpos($business->contact_name, ' ') - 2) }}
{{--
Name: Kate Will
--}}
Email: {{ preg_replace_callback( '/^(.)([^@]*)(@)([^\.]*)(\..+)$/', function ($matches) { return $matches[1] . str_repeat('*', strlen($matches[2])) . $matches[3] . str_repeat('*', strlen($matches[4])) . $matches[5]; }, $business->email ) }}
Mobile: {{ substr($business->phone_number, 0, 2) . str_repeat('*', strlen($business->phone_number) - 3) . substr($business->phone_number, -1) }}

Company Details

Product / Service: {{ $business->business_type }}

Clientele Type: {{ $business->clientele_type }}

Premises:

@if ($business->premises === "lease_rent") Lease @elseif ($business->premises === "owned") OWNED @else Not Applicable @endif @if ($business->premises === "lease_rent")
Lease per month (in INR): {{ $business->lease_rent_per_month }}
Security Deposit (in INR): {{ $business->security_deposit }}
Carpet Area: {{ $business->carpet_area }} sq ft @elseif ($business->premises === "owned")
Premise Size: {{ $business->owned_size }} sq ft
Market Value (in INR): {{ $business->owned_market_value }} @endif

Asking Price Includes:

{{ $business->asking_price_includes }}

Reason: {{ $business->reason_for_sell }}

Other Details: {{ $business->other_details }}