'Lcc', 'names' => 'Lccs', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Lccs', 'sub' => 'Lccs' ], /** * 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', 'lcc_number' => 'Please enter lcc number', 'no_of_years' => 'Please enter no of years', 'start_date' => 'Please select start date', 'start_year' => 'Please enter start year', 'slack' => 'Please enter slack', 'cpi' => 'Please enter cpi', 'priority' => 'Please enter priority', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'lcc_number' => 'Lcc number', 'no_of_years' => 'No of years', 'start_date' => 'Start date', 'start_year' => 'Start year', 'slack' => 'Slack', 'cpi' => 'Cpi', 'priority' => 'Priority', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];