'Landlord', 'names' => 'Landlords', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Landlords', 'sub' => 'Landlords' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'ref' => 'Please enter ref', 'name' => 'Please enter name', 'email' => 'Please enter email', 'mobile' => 'Please enter mobile', 'dob' => 'Please select dob', 'address' => 'Please enter address', 'is_company' => 'Please enter is company', 'company_name' => 'Please enter company name', 'tax_reg' => 'Please enter tax reg', 'trade_license' => 'Please enter trade license', 'license_expiry' => 'Please select license expiry', 'legal_info' => 'Please enter legal info', 'tenancy_contract_info' => 'Please enter tenancy contract info', 'bank_acc_info' => 'Please enter bank acc info', 'documents' => 'Please enter documents', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'ref' => 'Ref', 'name' => 'Name', 'email' => 'Email', 'mobile' => 'Mobile', 'dob' => 'Dob', 'address' => 'Address', 'is_company' => 'Is company', 'company_name' => 'Company name', 'tax_reg' => 'Tax reg', 'trade_license' => 'Trade license', 'license_expiry' => 'License expiry', 'legal_info' => 'Legal info', 'tenancy_contract_info' => 'Tenancy contract info', 'bank_acc_info' => 'Bank acc info', 'documents' => 'Documents', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];