'Working', 'names' => 'Workings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Workings', 'sub' => 'Workings', 'list' => 'List of workings', 'edit' => 'Edit working', 'create' => 'Create new working' ], /** * Options for select/radio/check. */ 'options' => [ 'type' => ['Day','Night','Sleep'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'timesheet_id' => 'Please enter timesheet id', 'date' => 'Please select date', 'type' => 'Please select type', 'client_cost' => 'Please enter client cost', 'staff_cost' => 'Please enter staff cost', 'hours' => 'Please enter hours', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'timesheet_id' => 'Timesheet id', 'date' => 'Date', 'type' => 'Type', 'client_cost' => 'Client cost', 'staff_cost' => 'Staff cost', 'hours' => 'Hours', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'timesheet_id' => ['name' => 'Timesheet id', 'data-column' => 1, 'checked'], 'date' => ['name' => 'Date', 'data-column' => 2, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 3, 'checked'], 'client_cost' => ['name' => 'Client cost', 'data-column' => 4, 'checked'], 'staff_cost' => ['name' => 'Staff cost', 'data-column' => 5, 'checked'], 'hours' => ['name' => 'Hours', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Workings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];