'Calendar', 'names' => 'Calendars', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Calendars', 'sub' => 'Calendars' ], /** * 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', 'title' => 'Please enter title', 'status' => 'Please enter status', 'start' => 'Please enter start', 'end' => 'Please enter end', 'location' => 'Please enter location', 'color' => 'Please enter color', 'details' => 'Please enter details', 'created_by' => 'Please enter created by', 'assignee_id' => 'Please enter assignee id', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'title' => 'Title', 'status' => 'Status', 'start' => 'Start', 'end' => 'End', 'location' => 'Location', 'color' => 'Color', 'details' => 'Details', 'created_by' => 'Created by', 'assignee_id' => 'Assignee id', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];