@extends('layout.guest') @section('content')
| No | Organisation Name | Contact Information | Type Of Certification | Certification Name | Target Sector | Certification Body Details |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $item->name }}
@if ($item->image)
|
{!! nl2br(e($item->contact_info ?? '-')) !!} | {{ App\Models\CertificationPartner::TYPE_OF_CERTIFICATION[$item->type_of_certification] ?? '-' }} |
{{ $item->certification_name ?? '-' }}
@if ($item->certification_logo)
|
{{ $item->target_sector ?? '-' }} | {!! displayRichText($item->certification_body_details) !!} |
| No | Organisation Name | Contact Information | Scheme Name | Scheme Activities | Target Sector | Scheme Details | Scheme Benefits |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $item->name }}
@if ($item->image)
|
{!! nl2br(e($item->contact_info ?? '-')) !!} | {{ $item->scheme_name ?? '-' }} | {!! displayRichText($item->scheme_activities) !!} | {{ $item->target_sector ?? '-' }} | {!! displayRichText($item->scheme_details) !!} | {!! displayRichText($item->scheme_benefits) !!} |
| No | Organisation Name | Contact Information | Main Activities | Target Sector | Activities Details |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $item->name }}
@if ($item->image)
|
{!! nl2br(e($item->contact_info ?? '-')) !!} | {{ App\Models\CertificationPartner::TESTING_LABORATORY_ACTIVITIES[$item->main_activities] ?? '-' }} | {{ $item->target_sector ?? '-' }} | {!! displayRichText($item->activities_details) !!} |