'Appointment', 'names' => 'Appointments', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Appointments', 'sub' => 'Appointments' ], /** * 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' => [ 'status' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Your Name', 'email' => 'Your Email', 'phone' => 'Your Phone', 'date' => 'appointment_date', 'message' => 'Message', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'date' => 'Appontment Date', 'message' => 'Message', 'status' => 'Status', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];