@extends('layouts.administrator.master') @section('title') Form Keanggotaan Perseorangan @endsection @section('content')

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

{{ __('Kelola data keanggotaan perusahaan') }}

@include('pages.registration.company._navbar')
@csrf
@if (isset($registration->certification)) @foreach (json_decode($registration->certification) as $key => $value)

Lihat File

@endforeach @else


@endif
{{-- Clone --}} @endsection @push('script') @endpush