@if ($property->is_business)
{{ __('site.Business_Details') }}
@lang('site.business_type')
{{ $property->business->business_type->name }}
@lang('site.business_category')
{{ $property->business->business_category->category }}
@lang('site.business_stage')
@lang('site.'.$property->business->business_stage)
@lang('site.business_address')
{{ $property->business->business_address }}
@lang('site.premises_details')
{{ $property->business->premises_details }}
@lang('site.gross_revenue')
business->gross_revenue }}
@lang('site.cash_flow')
{{ $property->business->cash_flow }}
@lang('site.expansion_potential')
{{ $property->business->expansion_potential }}
@lang('site.competition_market')
{{ $property->business->competition_market }}
@lang('site.risks')
{{ $property->business->risks }}
@lang('site.selling_reason')
{{ $property->business->selling_reason }}
@lang('site.trade_hours')
@lang('site.'.$property->business->trade_hours)
@lang('site.employees')
{{ $property->business->employees }}
@lang('site.furniture_fixture')
{{ $property->business->furniture_fixture }}
@lang('site.years_established')
{{ $property->business->years_established }}
@lang('site.support_training')
{{ $property->business->support_training }}
@lang('site.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
@lang('site.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
@lang('site.financeable')
@if($property->business->financeable == 1) @lang("site.Financeable") @elseif($property->business->financeable == 0) @lang("site.Not Financeable") @endif