'Booking', 'names' => 'Bookings', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bookings', 'sub' => 'Bookings' ], /** * 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' => [ 'agent' => '', 'name' => '', 'mobile' => '', 'email' => '', 'price' => '', 'payment_method' => '', 'slug' => '', 'user_type' => '', 'user_id' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'agent' => '', 'name' => 'Client Name', 'mobile' => 'Client Mobile', 'email' => 'Client Email', 'price' => 'Price Offered', 'payment_method' => 'Payment Method', 'slug' => '', 'user_type' => '', 'user_id' => '', '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', ], ], ];