@if($tenants->title != null)
{{$tenants->title}}
@endif
@if($tenants->address != null)
{{$tenants->address}}
@endif
@if($tenants->website != null)
{{$tenants->website}}
@endif
@if($tenants->company_registration_number != null)
{{$tenants->company_registration_number}}
@endif
@if($tenants->framelink != null)
@endif
{{-- @if($tenants->individual_name != null)
{{$tenants->individual_name}}
@endif --}}
@if(get_user_by_id($tenants->user_id) != null)
{{get_user_by_id($tenants->user_id)->first_name}} {{get_user_by_id($tenants->user_id)->last_name}}
@endif
@if(get_sub_sector_by_id($tenants->sub_sector_id) != null)
{{get_sub_sector_by_id($tenants->sub_sector_id)->title}}
@endif