{{ __('Data Keanggotaan Perusahaan Pertapindo') }}
{{ __('Data keanggotaan perusahaan') }}
@if (isset($result->logo_company))
@else
@endif
@role('Super Admin')
@endrole
@role('Company')
@if ($result->status_registration > 8)
@endif
@endrole
Rincian
No
Registrasi:{{ isset($result->no_reg) ? $result->no_reg : '-' }}
Kategori
Perusahaan:{{ isset($result->type_company) ? $result->type_company : '-' }}
Alamat:{{ isset($result->address) ? $result->address : '-' }}
Deskripsi:{{ isset($result->description) ? $result->description : '-' }}
No Telp
Perusahaan:{{ isset($result->no_hp) ? $result->no_hp : '-' }}
{{-- KYC Status:Approved
Register
At:Nov
24, 2019
--}}
Data PIC
@foreach (json_decode($result->contact_pic) as $key => $value)
@endforeach
{{ isset($value->email) ? $value->email : '-' }}
{{ isset($value->no_hp) ? $value->no_hp : '-' }}
{{ isset($result->name_pic) ? $result->name_pic : '-' }}
{{ isset($result->position_pic) ? $result->position_pic : '-' }}
Data Sertifikat
@if (isset($result->certification))
@foreach (json_decode($result->certification) as $key => $value)
@else
name_certification == null ? 'hidden' : '' }}>
@endforeach
{{-- --}}
{{ isset($value->name_certification) ? $value->name_certification : '-' }}
{{ isset($value->file_certification) ? $value->file_certification : '-' }}Tidak ada data
@endifRiwayat Penghargaan
@if (isset($result->performance))
@foreach (json_decode($result->performance) as $key => $value)
@else
name_performance == null ? 'hidden' : '' }}>
@endforeach
{{-- --}}
{{ isset($value->name_performance) ? $value->name_performance : '-' }}
{{ isset($value->file_performance) ? $value->file_performance : '-' }}Tidak ada data
@endifData Produk
@if (isset($result->photo_product))
@foreach (json_decode($result->photo_product) as $key => $value)
@endforeach
@else
{{ $value->name }}
{{ Str::substr($value->description, 0, 75) . '...' }}
Tidak ada data
@endif