{{ $company }} ( SNKEY = {{ $serverKey }} ) :: Organize

@if (count($orgList) > 0) @foreach ($orgList as $org) @endforeach @endif
Organize Profile Document Type
  • Organize: {{ $org->spnOrganize?? ''}}
  • Last Update: {{ $org->epromotionCheckDate?? '' }}
  • Team (e-promotion): {{ $org->epromotionSaleTeam?? '' }}
  • Size (e-promotion): {{ $org->epromotionSize?? '' }}
    @if (count($org->profileList??[]) > 0) @foreach ($org->profileList as $profile)
  • {{ $profile->profileCode }}
  • @endforeach @endif
    @if (count($org->docTypeList??[]) > 0) @foreach ($org->docTypeList as $doc)
  • {{ $doc->DTDESC }}
  • @endforeach @endif