'Orders', 'names' => 'Orders', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'number' => '', 'address_id' => '', 'total_price' => '', 'total_photos' => '', 'total_prints' => '', 'status' => '', ], // Labels for inputs 'label' => [ 'number' => '', 'address_id' => '', 'total_price' => '', 'total_photos' => '', 'total_prints' => '', 'status' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];