'PayrecDetail', 'names' => 'PayrecDetails', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'PayrecDetails', 'sub' => 'PayrecDetails' ], /** * 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', 'payrec_id' => 'Please enter payrec id', 'invoice_id' => 'Please enter invoice id', 'payrecdetailable_id' => 'Please enter payrecdetailable id', 'payrecdetailable_type' => 'Please enter payrecdetailable type', 'date' => 'Please select date', 'credit' => 'Please enter credit', 'debit' => 'Please enter debit', 'remarks' => 'Please enter remarks', 'updated_at' => 'Please select updated at', 'created_at' => 'Please select created at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'payrec_id' => 'Payrec id', 'invoice_id' => 'Invoice id', 'payrecdetailable_id' => 'Payrecdetailable id', 'payrecdetailable_type' => 'Payrecdetailable type', 'date' => 'Date', 'credit' => 'Credit', 'debit' => 'Debit', 'remarks' => 'Remarks', 'updated_at' => 'Updated at', 'created_at' => 'Created at', 'deleted_at' => 'Deleted at', ], ];