@extends('layouts.master') @section('title') Pendaftaran @endsection @section('content')
| 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 : '-' }} |
| Karyawan Lokal | : | {{ $result->workforce_local }} Karyawan |
| Karyawan Asing | : | {{ $result->workforce_stranger }} Karyawan |
| R&D Laboratorium | : |
@if ($result->r_and_d == 1)
Ada @elseTidak ada @endif |
| Ruangan Bersih | : |
@if ($result->clear_room == 1)
Ada @elseTidak ada @endif |
| Fasilitas Sterilisasi | : |
@if ($result->sterilization == 1)
Ada @elseTidak 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 : '-' }} |
| CPAKB | : |
@if ($result->cpakb == 1)
Ada @elseTidak ada @endif |
| ISO 13485 | : |
@if ($result->iso == 1)
Ada @elseTidak ada @endif |
| FDA AS | : |
@if ($result->fda == 1)
Ada @elseTidak ada @endif |
| CE | : |
@if ($result->ce == 1)
Ada @elseTidak ada @endif |
| Sertifikasi Lain | : | {{ $result->other_certification ? $result->other_certification : '-' }} |
| Kode Etik | : | {{ $result->ethic == 1 ? 'Menyetujui' : 'Tidak Menyetujui' }} |
| Sertifikat Produksi Kementerian Kesehatan | : |
@if ($result->kemenkes && file_exists(public_path('uploads/registration/' . $result->kemenkes)))
|
| 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)))
|