@include('layouts.navbar')

{{ $business->name }}

Listed under {{ $business->industry_type }} | Location: {{ $business->location }}

Business Details

Back
Entity Type: {{ $business->entity_type }}
Employees: {{ $business->employees }}
Operational Status: {{ $business->operational_status }}
Interested In: {{ $business->interested_in }}
Ebitda: {{ $business->ebitda }}

Premises

Type: @if ($business->premises === 'lease_rent') Lease/Rent @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

Other Details:

{{ $business->other_details }}

Clientele Type:

{{ $business->clientele_type }}

Reason for Sell:

{{ $business->reason_for_sell }}

Follow Us:

@forelse ($images as $image) @if (file_exists(public_path('business_images/' . $image))) Business Image @else Business Image @endif @empty

No images available for this business.

@endforelse