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

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

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

@include('pages.registration.personal._navbar', ['model' => $registration])
Riwayat Pengalaman Kerja
@csrf
@if (isset($registration->position) && !empty($registration->position)) @foreach (json_decode($registration->position) as $key => $value)
{{ $value->logo_company ?? '' }}
Lokasi Perusahaan
{{ $value->documents ?? '' }}
@if ($key == 0) @else @endif

@endforeach @else
Lokasi Perusahaan

@endif
@endsection @push('script') @endpush