'Country', 'names' => 'Countries', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Countries', 'sub' => 'Countries' ], /** * 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' => [ 'continent' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'code' => 'Please enter code', 'name' => 'Please enter name', 'continent' => 'Please select continent', 'region' => 'Please enter region', 'surfacearea' => 'Please enter surfacearea', 'indepyear' => 'Please enter indepyear', 'population' => 'Please enter population', 'life_expectancy' => 'Please enter life expectancy', 'gnp' => 'Please enter gnp', 'gnpoid' => 'Please enter gnpoid', 'local_name' => 'Please enter local name', 'government_form' => 'Please enter government form', 'head_of_state' => 'Please enter head of state', 'capital' => 'Please enter capital', 'code2' => 'Please enter code2', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'code' => 'Code', 'name' => 'Name', 'continent' => 'Continent', 'region' => 'Region', 'surfacearea' => 'Surfacearea', 'indepyear' => 'Indepyear', 'population' => 'Population', 'life_expectancy' => 'Life expectancy', 'gnp' => 'Gnp', 'gnpoid' => 'Gnpoid', 'local_name' => 'Local name', 'government_form' => 'Government form', 'head_of_state' => 'Head of state', 'capital' => 'Capital', 'code2' => 'Code2', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];