@if ($property->is_business)

{{ __('site.Business_Details') }}

@if(!empty($property->business->business_type))

{{ $property->business->business_type->name }}

@endif @if(!empty($property->business->business_category))

{{ $property->business->business_category->category }}

@endif @if(!empty($property->business->business_stage))

@lang('site.'.$property->business->business_stage)

@endif @if(!empty($property->business->business_address))

{{ $property->business->business_address }}

@endif @if(!empty($property->business->premises_details))

{{ $property->business->premises_details }}

@endif @if(!empty($property->business->gross_revenue))

business->gross_revenue }}

@endif @if(!empty($property->business->cash_flow))

{{ $property->business->cash_flow }}

@endif @if(!empty($property->business->expansion_potential))

{{ $property->business->expansion_potential }}

@endif @if(!empty($property->business->competition_market))

{{ $property->business->competition_market }}

@endif @if(!empty($property->business->risks))

{{ $property->business->risks }}

@endif @if(!empty($property->business->selling_reason))

{{ $property->business->selling_reason }}

@endif @if(!empty($property->business->trade_hours))

@lang('site.'.$property->business->trade_hours)

@endif @if(!empty($property->business->employees))

{{ $property->business->employees }}

@endif @if(!empty($property->business->furniture_fixture))

{{ $property->business->furniture_fixture }}

@endif @if(!empty($property->business->years_established))

{{ $property->business->years_established }}

@endif @if(!empty($property->business->support_training))

{{ $property->business->support_training }}

@endif @if(!empty($property->business->home_based))

@if($property->business->home_based == 1) @lang("site.This business can be run from home") @elseif($property->business->home_based == 0) @lang("site.This business can't be run from home") @endif

@endif @if(!empty($property->business->re_locatable))

@if($property->business->re_locatable == 1) @lang("site.This business can be relocated") @elseif($property->business->re_locatable == 0) @lang("site.This business can't be relocated") @endif

@endif @if(!empty($property->business->financeable))

@if($property->business->financeable == 1) @lang("site.Financeable") @elseif($property->business->financeable == 0) @lang("site.Not Financeable") @endif

@endif
@endif