@extends('layouts.master') @section('title') Pendaftaran @endsection @section('content')

Pendaftaran : {{ $result->company_name }}

@role('Super Admin')
@if ($result->status == 5)
@csrf
@csrf
@elseif($result->status == 7)
@csrf
@csrf
@elseif($result->status == 8)
@endif
@endrole
Data Perusahaan

Nama Perusahaan : {{ $result->company_name }}
Alamat Perusahaan : {{ $result->company_address }}
Alamat Pabrik : {{ $result->company_factory }}
Telepon Perusahaan : {{ $result->company_phone }}
Telepon Pabrik : {{ $result->company_phone_factory ? $result->company_phone_factory : '-' }}
Email Perusahaan : {{ $result->company_email ? $result->company_email : '-' }}
Website : {{ $result->website ? $result->website : '-' }}
Nomor induk berusaha : {{ $result->nib ? $result->nib : '-' }}
NPWP : {{ $result->npwp ? $result->npwp : '-' }}
Pimpinan Perusahaan : {{ $result->leader ? $result->leader : '-' }}
Kepemilikan Lokal : {{ $result->owner ? $result->owner : '-' }} %
Nilai Investasi : {{ 'Rp ' . number_format($result->marketing_capital, 0, ',', '.') }}
PIC ASPAKI : {{ $result->pic_aspaki ? $result->pic_aspaki : '-' }}
Phone ASPAKI : {{ $result->phone_aspaki ? $result->phone_aspaki : '-' }}
Email ASPAKI : {{ $result->email_aspaki ? $result->email_aspaki : '-' }}
Diverifikasi : {{ $result->verified_date ? $result->verified_date : '-' }}
Tenaga Kerja

Karyawan Lokal : {{ $result->workforce_local }} Karyawan
Karyawan Asing : {{ $result->workforce_stranger }} Karyawan
Fasilitas

R&D Laboratorium : @if ($result->r_and_d == 1)

Ada

@else

Tidak ada

@endif
Ruangan Bersih : @if ($result->clear_room == 1)

Ada

@else

Tidak ada

@endif
Fasilitas Sterilisasi : @if ($result->sterilization == 1)

Ada

@else

Tidak ada

@endif
Jika tidak ada : {{ $result->not_sterilization ? $result->not_sterilization : '-' }}
Luas Area Produksi : {{ $result->marketing_large_product }} m2
Luas Area Pabrik : {{ $result->marketing_large }} m2
Foto Area Produksi : @if ($result->link_photo_product) Lihat Foto @else - @endif
Video Area Produksi : @if ($result->link_video_product) Lihat Video @else - @endif
Peralatan Produksi : {{ $result->product_tool ? $result->product_tool : '-' }}
Sertifikasi

CPAKB : @if ($result->cpakb == 1)

Ada

@else

Tidak ada

@endif
ISO 13485 : @if ($result->iso == 1)

Ada

@else

Tidak ada

@endif
FDA AS : @if ($result->fda == 1)

Ada

@else

Tidak ada

@endif
CE : @if ($result->ce == 1)

Ada

@else

Tidak ada

@endif
Sertifikasi Lain : {{ $result->other_certification ? $result->other_certification : '-' }}
Kode Etik : {{ $result->ethic == 1 ? 'Menyetujui' : 'Tidak Menyetujui' }}
Upload Sertifikat

Sertifikat Produksi Kementerian Kesehatan : @if ($result->kemenkes && file_exists(public_path('uploads/registration/' . $result->kemenkes))) @else - @endif
NIE AKD : @if ($result->nie_akd) @foreach (json_decode($result->nie_akd) as $i) @if ($i && file_exists(public_path('uploads/registration/' . $i))) {{ 'Lihat ' . $loop->index + 1 }} @else - @endif @endforeach @else - @endif
Upload Alat Kesehatan dengan NIE AKD yang di Produksi : @if ($result->tool_health && file_exists(public_path('uploads/registration/' . $result->tool_health))) @else - @endif
@if ($result->status == '5')

SETUJUI DATA PERUSAHAAN

@elseif ($result->status == '6')

PERLU MENGISI DATA KEANGGOTAAN

@elseif ($result->status == '7')

SETUJUI DATA KEANGGOTAAN

@elseif($result->status == '8')

TERVERIFIKASI

@elseif($result->status == '9')

DITOLAK

@endif
@endsection