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

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

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

@include('pages.registration.company._navbar')
@csrf
@if (isset($registration->logo_company)) @else @endif
{{-- --}}






@if (isset($registration->contact_pic)) @foreach (json_decode($registration->contact_pic) as $key => $value)
@endforeach @else
@endif @if (isset($registration->social_media)) @foreach (json_decode($registration->social_media) as $key => $value)
@endforeach @else
@endif
{{-- {{ __('Cancel') }} --}}
@endsection