@include('layouts.navbar')
Investor Profile

{{ $buyer->name }}

Posted By: {{ $buyer->posted_by }}

Premium Member

Mobile: {{ substr($buyer->phone_number, 0, 2) . str_repeat('*', strlen($buyer->phone_number) - 3) . substr($buyer->phone_number, -1) }}

Email: {{ preg_replace_callback( '/^(.)([^@]*)(@)([^\.]*)(\..+)$/', function ($matches) { return $matches[1] . str_repeat('*', strlen($matches[2])) . $matches[3] . str_repeat('*', strlen($matches[4])) . $matches[5]; }, $buyer->email ) }}

Listing ID: {{ $buyer->buying_id }}

About {{ $buyer->name }}'s Profile & Investment Preferences

{{ $buyer->name }} is an investor from {{ $buyer->country }} with {{ $buyer->experience }} years of experience in {{ $buyer->investment_rationale }}. {{ $buyer->name }} is looking to invest in {{ implode(', ', json_decode($buyer->preferred_industry)) }} in {{ implode(', ', json_decode($buyer->locations)) }}. {{ $buyer->name }} has invested/acquired earlier within the last 5 years.

Professional Profile:

{{ $buyer->designation }} from {{ $buyer->city }}

Areas of Experience: {{ $buyer->experience }} in {{ $buyer->investment_rationale }}

Preferences:

  • Transaction Deal Type: {{ implode(', ', json_decode($buyer->transaction_deal_type)) }}
  • {{--
  • Interested For: {{ $buyer->acquire_invest_business }}
  • --}}
  • Preferred Industry: {{ implode(', ', json_decode($buyer->preferred_industry)) }}
  • Preferred Location: {{ implode(', ', json_decode($buyer->locations)) }}
  • Investment Budget: {{ $buyer->preferred_investment_size }}
  • Investment Rationale: {{ $buyer->investment_rationale }}

Other Details About Investor:

  • Acquired/Invested in other businesses in last 5 years: {{ $buyer->acquire_invest_business == 'Yes' ? 'Yes' : 'No' }}
  • Source of Financing: {{ $buyer->source_of_financing }}