'Timetable', 'names' => 'Timetables', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Timetables', 'sub' => 'Timetables' ], /** * 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' => [ 'weekday' => [ [ 'key' => 'Sunday', 'value' => 'Sunday', 'text' => 'Sunday', ], [ 'key' => 'Monday', 'value' => 'Monday', 'text' => 'Monday', ], [ 'key' => 'Tuesday', 'value' => 'Tuesday', 'text' => 'Tuesday', ], [ 'key' => 'Wednesday', 'value' => 'Wednesday', 'text' => 'Wednesday', ], [ 'key' => 'Thursday', 'value' => 'Thursday', 'text' => 'Thursday', ], [ 'key' => 'Friday', 'value' => 'Friday', 'text' => 'Friday', ], [ 'key' => 'Saturday', 'value' => 'Saturday', 'text' => 'Saturday', ], ], 'status' => [ [ 'key' => 'Active', 'value' => 'Active', 'text' => 'Active', ], [ 'key' => 'Inactive', 'value' => 'Inactive', 'text' => 'Inactive', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'college_id' => 'Please enter college id', 'standard_id' => 'Please enter standard id', 'division_id' => 'Please enter division id', 'subject_id' => 'Please enter subject id', 'teacher_id' => 'Please enter teacher id', 'weekday' => 'Please select weekday', 'time' => 'Please select time', 'description' => 'Please enter description', 'status' => 'Please select status', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'college_id' => 'College id', 'standard_id' => 'Standard id', 'division_id' => 'Division id', 'subject_id' => 'Subject id', 'teacher_id' => 'Teacher id', 'weekday' => 'Weekday', 'time' => 'Time', 'description' => 'Description', 'status' => 'Status', 'user_id' => 'User id', 'user_type' => 'User type', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];