'Expenditure', 'names' => 'Expenditures', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Expenditures', 'sub' => 'Expenditures' ], /** * 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', 'approved_jobs_id' => 'Please enter approved jobs id', 'user_id' => 'Please enter user id', 'cost' => 'Please enter cost', 'description' => 'Please enter description', 'category' => 'Please enter category', 'supplier_name' => 'Please enter supplier name', 'supplier_abn' => 'Please enter supplier abn', 'invoice' => 'Please enter invoice', 'user_type' => 'Please enter user type', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'approved_jobs_id' => 'Approved jobs id', 'user_id' => 'User id', 'cost' => 'Cost', 'description' => 'Description', 'category' => 'Category', 'supplier_name' => 'Supplier name', 'supplier_abn' => 'Supplier abn', 'invoice' => 'Invoice', 'user_type' => 'User type', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];