'RestaurantSchedule', 'names' => 'RestaurantSchedules', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'RestaurantSchedules', 'sub' => 'RestaurantSchedules', 'list' => 'List of restaurant_schedules', 'edit' => 'Edit restaurant_schedule', 'create' => 'Create new restaurant_schedule' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'restaurant_id' => 'Please enter restaurant id', 'name' => 'Please enter name', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'restaurant_id' => 'Restaurant id', 'name' => 'Name', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'restaurant_id' => ['name' => 'Restaurant id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'RestaurantSchedules', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];