@include('layouts.navbar')

{{ $buyer->name }}

{{ $buyer->designation }} of the {{ $buyer->name_of_business }} started in {{ $buyer->started_in }} | Location: {{ $buyer->city }}

Buyer Details

Back
Buying ID: {{ $buyer->buying_id }}
Buyer/Investor: {{ $buyer->buyer_investor }}
Preferred Industries: {{ implode(', ', $buyer->preferred_industry ?? []) }}
Investment Size: {{ $buyer->investment_budget }}
Preferred Locations: {{ implode(', ', $buyer->locations ?? []) }}
Experience: {{ $buyer->experience }} Years

Funding

Source of funding: {{ $buyer->source_of_financing }}

Other Info:

{{ $buyer->other_info }}

Follow Us:

@if ($buyer->profile_image) @if (file_exists(public_path('profile_images/' . $buyer->profile_image))) Business Image @else Business Image @endif @else

No images available for this business.

@endif