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 }}