'Trips', 'names' => 'Trips', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'trip_name' => 'Trip Name', 'trip_description' => '', 'trip_price' => 'Price', 'featured_image' => '', ], // Labels for inputs 'label' => [ 'trip_name' => 'Trip Name', 'trip_description' => 'Trip Description', 'trip_price' => 'Trip Price', 'featured_image' => 'Featured Image', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];