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

{{ __('Data Keanggotaan Perusahaan Pertapindo') }}

{{ __('Data keanggotaan perusahaan') }}

@if (isset($result->logo_company)) @else @endif
    @if (isset($result->social_media)) @foreach (json_decode($result->social_media) as $key => $value)
  • @endforeach @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)
{{ isset($value->email) ? $value->email : '-' }}

{{ isset($value->no_hp) ? $value->no_hp : '-' }}

@endforeach
{{ 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)
name_certification == null ? 'hidden' : '' }}>
{{-- --}}
{{ isset($value->name_certification) ? $value->name_certification : '-' }}
{{ isset($value->file_certification) ? $value->file_certification : '-' }}
@endforeach
@else

Tidak ada data

@endif
Riwayat Penghargaan
@if (isset($result->performance))
@foreach (json_decode($result->performance) as $key => $value)
name_performance == null ? 'hidden' : '' }}>
{{-- --}}
{{ isset($value->name_performance) ? $value->name_performance : '-' }}
{{ isset($value->file_performance) ? $value->file_performance : '-' }}
@endforeach
@else

Tidak ada data

@endif
Data Produk
@if (isset($result->photo_product))
@foreach (json_decode($result->photo_product) as $key => $value)
{{ $value->name }}

{{ Str::substr($value->description, 0, 75) . '...' }}

@endforeach
@else

Tidak ada data

@endif
@endsection