'Business', 'names' => 'Businesses', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Businesses', 'sub' => 'Businesses' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'address_changed' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], 'third_party_designee' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], 'Status' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter as per SS-4 Form*', 'EIN' => 'Enter as per SS-4 Form*', 'street' => 'Enter Address*', 'zip' => 'Enter ZIP*', 'city' => 'Enter City*', 'state' => 'Select State', 'country' => 'Select Country*', 'address_changed' => 'Check if your address changed from last filing.', 'signing_name' => 'Enter Name*', 'signing_pin' => 'Set a 5-digit PIN*', 'signing_phone' => 'Enter Phone*', 'third_party_designee' => 'Do you want to allow another person to discuss this return with the IRS?', 'user_id' => 'user', 'Status' => 'status', 'slug' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Business Name', 'EIN' => 'EIN', 'street' => 'Street Address', 'zip' => 'ZIP', 'city' => 'City', 'state' => 'State', 'country' => 'Country', 'address_changed' => 'Address Changed?', 'signing_name' => 'Name', 'signing_pin' => 'PIN', 'signing_phone' => 'Phone', 'third_party_designee' => 'Third Party Designee', 'user_id' => 'User', 'Status' => 'Status', 'slug' => '', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];