- Long Description : {{$membership->long_description}}
- Award Since 2011: {{$membership->award_since_2011}}
- Address: {{$membership->address}}
- No of Employees: {{$membership->no_of_employees}}
- Head office Address : {{$membership->head_office_address}}
- Phone Number : {{$membership->phone_number}}
- Facsimile : {{$membership->facsimile}}
- GST Number : {{$membership->gstin}}
- Registration Date in India: {{$membership->registration_date_in_india}}
- Patents India: {{$membership->patents_india}}
- Patents Global: {{$membership->patents_global}}
- Location in India: {{$membership->location_india}}
- Location in Global: {{$membership->location_global}}
- Current No of Employees in ESDM: {{$membership->no_emply_esdm_current}}
- No of Employees in ESDM in Next 3 Years: {{$membership->no_emply_esdm_next_3years}}
- MNC : @if($membership->mnc == 1)Yes @else No@endif
- Latest Developments: {{$membership->latest_developments}}
-
Contributes are:
@php $b = 1; @endphp
@foreach($membership->contributes as $contribute)
- {{$b++}}.{{ucwords($contribute->getContribute->name)}}
@if($loop->last)
@if($contribute->other_specify !== null)
- Other Specify : {{$contribute->other_specify}}
@endif
@endif
@endforeach
-
International Focus are:
@php $d = 1; @endphp
@foreach($membership->internationalFocuses as $focuse)
- {{$d++}}.{{ucwords($focuse->getFocus->name)}}
@if($loop->last)
@if($focuse->other_specify !== null)
- Other Specify : {{$focuse->other_specify}}
@endif
@endif
@endforeach
-
Interest of Participation are:
@php $p = 1; @endphp
@foreach($membership->participations as $participation)
- {{$p++}}.{{ucwords($participation->getParticipations->name)}}
@if($loop->last)
@if($participation->other_specify !== null)
- Other Specify : {{$participation->other_specify}}
@endif
@endif
@endforeach
-
Parent Companies are:
@php $x = 1; @endphp
@foreach($membership->parentCompanies as $parentCompany)
- {{$x++}}.{{ucwords($parentCompany->getParentCompanies->company_name)}}
@if($loop->last)
@if($parentCompany->other_specify !== null)
- Other Specify : {{$parentCompany->other_specify}}
@endif
@endif
@endforeach