@props([ 'heading' => 'Entity Details', // Pass prefilled values as arrays if you have them // Example: // $entity = [ // 'name' => '', 'type' => '', 'registration' => '', // 'tax_id' => '', 'registered_address' => '' // ] // $accountant = [ // 'firm' => '', 'name' => '', 'phone' => '', 'email' => '', 'address' => '' // ] 'entity' => [], 'accountant' => [], // You can override the available types from your page: 'types' => [ 'Sole Proprietor', 'Partnership', 'Private Company (Pty) Ltd', 'Public Company (Ltd)', 'Close Corporation (CC)', 'Nonprofit Company (NPC)', 'Trust', 'Other', ], ]) {{ $heading }} {{-- ENTITY DETAILS --}}
{{-- Entity Name --}}

The legal name of the franchisee’s business entity.

{{-- Entity Type --}}

Choose the registered entity type.

{{-- Registration Number --}}
{{-- Tax / VAT Number --}}

The entity's Tax ID or VAT number.

{{-- Registered Business Address --}}
{{ data_get($entity, 'registered_address') }}