{{-- Individual/Company --}}
@if ($val['noc_os'] != null || $val['noc_vr'] != null || ($val['noc_appoint'] == 'Yes' || $val['noc_others'] == 'Yes'))
@if (strtolower($val['fci'])=='yes')
(Company)
@else
(Individual)
@endif
@if ($val['noc_os'] != null)
Ownership of shares: {{ $val['noc_os'] }}
@endif
@if ($val['noc_vr'] != null)
Voting Rights:
{{ $val['noc_vr'] }}
@endif
@if ($val['noc_appoint'] != 'No')
Appoint or remove the majority of the board of
directors:
{{ $val['noc_appoint'] }}
@endif
@if ($val['noc_others'] != 'No')
Other Significant influences or control:
{{ $val['noc_others'] }}
@endif
@endif
{{-- Individual/Company end --}}
{{-- Firm --}}
@if (strtolower($val['fci']) == 'yes')
(Firm)
@if ($val['fci_os'] != null)
Ownership of shares: {{ $val['fci_os'] }}
@endif
@if ($val['fci_vr'] != null)
Voting Rights:
{{ $val['fci_vr'] }}
@endif
@if ($val['fci_appoint'] != 'No')
Appoint or remove the majority of the board of
directors:
{{ $val['fci_appoint'] }}
@endif
@if ($val['fci_others'] != 'No')
Other Significant influences or control:
{{ $val['fci_others'] }}
@endif
@endif
{{-- Firm end --}}
{{-- Trust --}}
@if (strtolower($val['tci']) == 'yes')
(Trust)
@if ($val['tci_os'] != null)
Ownership of shares: {{ $val['fci_os'] }}
@endif
@if ($val['tci_vr'] != null)
Voting Rights:
{{ $val['tci_vr'] }}
@endif
@if ($val['tci_appoint'] != 'No')
Appoint or remove the majority of the board of
directors:
{{ $val['tci_appoint'] }}
@endif
@if ($val['tci_others'] != 'No')
Other Significant influences or control:
{{ $val['tci_others'] }}
@endif
@endif
{{-- Trust end --}}